System.Linq.Expressions.NewExpression: Property Members

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

Public Properties

[read-only]
ArgumentsSystem.Collections.ObjectModel.ReadOnlyCollection<Expression>.

Gets the arguments to the constructor.

[read-only]
ConstructorSystem.Reflection.ConstructorInfo.

Gets the called constructor.

[read-only]
MembersSystem.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
NodeTypeExpressionType.

Returns the node type of this System.Linq.Expressions.Expression.

[read-only]
override
TypeType.

Gets the static type of the expression that this System.Linq.Expressions.Expression represents.