Table of Contents

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

object

IsCompileTimeConstant

public override bool IsCompileTimeConstant { get; }

Property Value

bool

IsParameter

public bool IsParameter { get; }

Property Value

bool

Variable

public IVariable Variable { get; }

Property Value

IVariable

Methods

ToString()

public override string ToString()

Returns

string