ListInitExpression Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ListInitExpression type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanReduce | Gets a value that indicates whether the expression tree node can be reduced. (Overrides Expression.CanReduce.) |
|
Initializers | Gets the element initializers that are used to initialize a collection. |
|
NewExpression | Gets the expression that contains a call to the constructor of a collection type. |
|
NodeType | Returns the node type of this Expression. (Overrides Expression.NodeType.) |
|
Type | Gets the static type of the expression that this Expression represents. (Overrides Expression.Type.) |
Show: