Class LocalResolveResult
- Namespace
- ICSharpCode.Decompiler.Semantics
- Assembly
- ICSharpCode.Decompiler.dll
Represents a local variable or parameter.
public class LocalResolveResult : ResolveResult
- Inheritance
-
LocalResolveResult
- Inherited Members
- Extension Methods
Constructors
LocalResolveResult(IVariable)
public LocalResolveResult(IVariable variable)
Parameters
variable
IVariable
Properties
ConstantValue
public override object ConstantValue { get; }
Property Value
IsCompileTimeConstant
public override bool IsCompileTimeConstant { get; }
Property Value
IsParameter
public bool IsParameter { get; }
Property Value
Variable
public IVariable Variable { get; }
Property Value
Methods
ToString()
public override string ToString()