Method | Description | |
---|---|---|
AddCondition ( |
Adds a new conditional and body. The first call this becomes the top-level conditional, subsequent calls will have it added as false statement of the previous conditional.
|
|
AddVariable ( System.Linq.Expressions.ParameterExpression var ) : void |
Adds a variable which will be scoped at the level of the final expression.
|
|
FinishCondition ( DynamicMetaObject body ) : void | ||
FinishCondition ( |
Adds the non-conditional terminating node.
|
|
FinishError ( DynamicMetaObject body ) : void | ||
FinishError ( |
Adds the non-conditional terminating node.
|
|
GetMetaObject ( ) : DynamicMetaObject |
Gets the resulting meta object for the full body. FinishCondition must have been called.
|
public AddCondition ( |
||
condition | ||
body | ||
return | void |
public AddVariable ( System.Linq.Expressions.ParameterExpression var ) : void | ||
var | System.Linq.Expressions.ParameterExpression | |
return | void |
public FinishCondition ( DynamicMetaObject body ) : void | ||
body | DynamicMetaObject | |
return | void |
public FinishCondition ( |
||
body | ||
return | void |
public FinishError ( DynamicMetaObject body ) : void | ||
body | DynamicMetaObject | |
return | void |
public FinishError ( |
||
body | ||
return | void |