System.Linq.Expressions.ListInitExpression Members

The members of System.Linq.Expressions.ListInitExpression are listed below.

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.

Public Methods

override
Reduce() : Expression

Reduces the binary expression node to a simpler expression.

Update(NewExpression, IEnumerable<ElementInit>) : ListInitExpression

Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.

Protected Methods

override
Accept(ExpressionVisitor) : Expression
Documentation for this section has not yet been entered.