System.Linq.Expressions.ParameterExpression: Property Members

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

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.