System.Linq.Expressions.ConstantExpression: Property Members

The properties of System.Linq.Expressions.ConstantExpression are listed below. For a list of all members, see the ConstantExpression Members list.

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

Public Properties

[read-only]
override
NodeTypeExpressionType.

Returns the node type of this Expression. Extension nodes should return ExpressionType.Extension when overriding this method.

[read-only]
override
TypeType.

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

[read-only]
Valueobject.

Gets the value of the constant expression.