Class ThisResolveResult
- Namespace
- ICSharpCode.Decompiler.Semantics
- Assembly
- ICSharpCode.Decompiler.dll
Represents the 'this' reference. Also used for the 'base' reference.
public class ThisResolveResult : ResolveResult
- Inheritance
-
ThisResolveResult
- Inherited Members
- Extension Methods
Constructors
ThisResolveResult(IType, bool)
public ThisResolveResult(IType type, bool causesNonVirtualInvocation = false)
Parameters
Properties
CausesNonVirtualInvocation
Gets whether this resolve result causes member invocations to be non-virtual.
public bool CausesNonVirtualInvocation { get; }