MethodCallExpression Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The MethodCallExpression type exposes the following members.
| Name | Description | |
|---|---|---|
|
Arguments | Gets a collection of expressions that represent arguments of the called method. |
|
CanReduce | Indicates that the node can be reduced to a simpler node. If this returns true, Reduce() can be called to produce the reduced form. (Inherited from Expression.) |
|
Method | Gets the MethodInfo for the method to be called. |
|
NodeType | Returns the node type of this Expression. (Overrides Expression.NodeType.) |
|
Object | Gets the Expression that represents the instance for instance method calls or null for static method calls. |
|
Type | Gets the static type of the expression that this Expression represents. (Overrides Expression.Type.) |
Show: