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
ILVariableResolveResult(ILVariable, IType)
public ILVariableResolveResult(ILVariable v, IType type)
Parameters
v
ILVariabletype
IType
Fields
Variable
public readonly ILVariable Variable