Table of Contents

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

systemType IType
referencedType IType

Properties

ReferencedType

The type referenced by the 'typeof'.

public IType ReferencedType { get; }

Property Value

IType