System.Linq.Expressions.ListInitExpression: Property Members

The properties of System.Linq.Expressions.ListInitExpression are listed below. For a list of all members, see the ListInitExpression Members list.

See Also: Inherited members from System.Linq.Expressions.Expression

Public Properties

[read-only]
override
CanReducebool.

Gets a value that indicates whether the expression tree node can be reduced.

[read-only]
InitializersSystem.Collections.ObjectModel.ReadOnlyCollection<ElementInit>.

Gets the element initializers that are used to initialize a collection.

[read-only]
NewExpressionNewExpression.

Gets the expression that contains a call to the constructor of a collection type.

[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.