Struct TranslationContext
- Namespace
- ICSharpCode.Decompiler.CSharp
- Assembly
- ICSharpCode.Decompiler.dll
Context struct passed in to ExpressionBuilder.Visit() methods.
public struct TranslationContext
- Inherited Members
Fields
TypeHint
The expected type during ILAst->C# translation; or SpecialType.Unknown
if no specific type is expected.
public IType TypeHint