Class TypeOfResolveResult
- Namespace
- ICSharpCode.Decompiler.Semantics
- Assembly
- ICSharpCode.Decompiler.dll
Represents the 'typeof'.
public class TypeOfResolveResult : ResolveResult
- Inheritance
-
TypeOfResolveResult
- Inherited Members
- Extension Methods
Constructors
TypeOfResolveResult(IType, IType)
public TypeOfResolveResult(IType systemType, IType referencedType)
Parameters
Properties
ReferencedType
The type referenced by the 'typeof'.
public IType ReferencedType { get; }