Property | Type | Description | |
---|---|---|---|
ToReturnExpression | |||
UpdateFromReturn |
Method | Description | |
---|---|---|
Clone ( |
Method | Description | |
---|---|---|
ArgBuilder ( |
||
ToExpression ( |
Provides the Expression which provides the value to be passed to the argument. If
|
Method | Description | |
---|---|---|
ToReturnExpression ( |
If the argument produces a return value (e.g. a ref or out value) this provides the additional value to be returned.
|
|
UpdateFromReturn ( |
Provides an Expression which will update the provided value after a call to the method. May return null if no update is required.
|
protected ArgBuilder ( |
||
info | ||
return | System.Linq.Expressions |
public Clone ( |
||
newType | ||
return | ArgBuilder |
protected abstract ToExpression ( |
||
resolver | ||
args | Microsoft.Scripting.Actions.Calls.RestrictedArguments | |
hasBeenUsed | bool | |
return |