System.Linq.Expressions.ConstantExpression Members

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

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.

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).