The properties of System.Linq.Expressions.NewExpression are listed below. For a list of all members, see the NewExpression Members list.
See Also: Inherited members from System.Linq.Expressions.Expression
[read-only] | Arguments | System.Collections.ObjectModel.ReadOnlyCollection<Expression>.
Gets the arguments to the constructor. |
[read-only] | Constructor | System.Reflection.ConstructorInfo.
Gets the called constructor. |
[read-only] | Members | System.Collections.ObjectModel.ReadOnlyCollection<System.Reflection.MemberInfo>.
Gets the members that can retrieve the values of the fields that were initialized with constructor arguments. |
[read-only] override | NodeType | ExpressionType.
Returns the node type of this System.Linq.Expressions.Expression. |
[read-only] override | Type | Type.
Gets the static type of the expression that this System.Linq.Expressions.Expression represents. |