Method | Description | |
---|---|---|
AddLocal ( string name, |
||
AllLocals ( ) : ParamExpr[] | ||
BreakLabel ( ) : |
||
CreateChild ( |
||
CreateFunctionChild ( |
||
CreateRoot ( ) : |
||
GetReturnLabel ( ) : |
||
TryGetLocal ( string name, System.Linq.Expressions.ParameterExpression &local ) : bool |
Method | Description | |
---|---|---|
Scope ( ) : System |
public AddLocal ( string name, |
||
name | string | |
type | ||
return | System.Linq.Expressions.ParameterExpression |
public BreakLabel ( ) : |
||
return |
public static CreateChild ( |
||
parent | ||
return |
public static CreateFunctionChild ( |
||
parent | ||
return |
public GetReturnLabel ( ) : |
||
return |
public TryGetLocal ( string name, System.Linq.Expressions.ParameterExpression &local ) : bool | ||
name | string | |
local | System.Linq.Expressions.ParameterExpression | |
return | bool |