The properties of System.Linq.Expressions.DefaultExpression are listed below. For a list of all members, see the DefaultExpression Members list.
See Also: Inherited members from System.Linq.Expressions.Expression
[read-only] override | NodeType | ExpressionType.
Returns the node type of this expression. Extension nodes should return ExpressionType.Extension when overriding this method. |
[read-only] override | Type | Type.
Gets the static type of the expression that this System.Linq.Expressions.Expression represents. |