Method | Description | |
---|---|---|
GetArgument ( int index ) : |
Gets the argument expression with the specified index.
|
|
ToString ( ) : string |
Creates a String representation of the node.
|
|
Update ( IEnumerable |
Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.
|
Method | Description | |
---|---|---|
ElementInit ( |
public GetArgument ( int index ) : |
||
index | int | The index of the argument expression to get. |
return |
public Update ( IEnumerable |
||
arguments | IEnumerable |
The |
return |