The members of System.Linq.Expressions.NewExpression are listed below.
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. |
Update(IEnumerable<Expression>)
|
override | Accept(ExpressionVisitor)
|
[read-only] | System.Linq.Expressions.IArgumentProvider.ArgumentCount | int. Documentation for this section has not yet been entered. |
System.Linq.Expressions.IArgumentProvider.GetArgument | Documentation for this section has not yet been entered. |