System.Linq.Expressions.ParameterExpression Members

The members of System.Linq.Expressions.ParameterExpression are listed below.

See Also: Inherited members from System.Linq.Expressions.Expression

Public Properties

[read-only]
IsByRefbool.

Indicates that this ParameterExpression is to be treated as a ByRef parameter.

[read-only]
Namestring.

Gets the name of the parameter or variable.

[read-only]
override
NodeTypeExpressionType.

Returns the node type of this System.Linq.Expressions.Expression.

[read-only]
override
TypeType.

Gets the static type of the expression that this System.Linq.Expressions.Expression represents.

Protected Methods

override
Accept(ExpressionVisitor) : Expression

Dispatches to the specific visit method for this node type. For example, System.Linq.Expressions.MethodCallExpression calls the ExpressionVisitor.VisitMethodCall(MethodCallExpression).