C# Class ICSharpCode.Decompiler.ILAst.TypeAnalysis.ExpressionToInfer

Show file Open project: sq/ILSpy-JSIL

Public Properties

Property Type Description
Dependencies List
DependsOnSingleLoad ILVariable
Done bool
Expression ILExpression

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Dependencies public property

The list variables that are read by this expression.
public List Dependencies
return List

DependsOnSingleLoad public property

Set for assignment expressions that should wait until the variable type is available from the context where the variable is used.
public ILVariable DependsOnSingleLoad
return ILVariable

Done public property

public bool Done
return bool

Expression public property

public ILExpression Expression
return ILExpression