The properties of System.Linq.Expressions.ParameterExpression are listed below. For a list of all members, see the ParameterExpression Members list.
See Also: Inherited members from System.Linq.Expressions.Expression
[read-only] | IsByRef | bool.
Indicates that this ParameterExpression is to be treated as a ByRef parameter. |
[read-only] | Name | string.
Gets the name of the parameter or variable. |
[read-only] override | NodeType | ExpressionType.
Returns the node type of this System.Linq.Expressions.Expression. |
[read-only] override | Type | Type.
Gets the static type of the expression that this System.Linq.Expressions.Expression represents. |