System.Linq.Expressions.DefaultExpression Members

The members of System.Linq.Expressions.DefaultExpression 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.

Protected Methods

override
Accept(ExpressionVisitor) : Expression
Documentation for this section has not yet been entered.