Table of Contents

Class ILVariableResolveResult

Namespace
ICSharpCode.Decompiler.CSharp
Assembly
ICSharpCode.Decompiler.dll

Represents a reference to a local variable.

public class ILVariableResolveResult : ResolveResult
Inheritance
ILVariableResolveResult
Inherited Members
Extension Methods

Constructors

ILVariableResolveResult(ILVariable)

public ILVariableResolveResult(ILVariable v)

Parameters

v ILVariable

ILVariableResolveResult(ILVariable, IType)

public ILVariableResolveResult(ILVariable v, IType type)

Parameters

v ILVariable
type IType

Fields

Variable

public readonly ILVariable Variable

Field Value

ILVariable