ListInitExpression Properties
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public property CanReduce Gets a value that indicates whether the expression tree node can be reduced. (Overrides Expression.CanReduce.)
Public property Initializers Gets the element initializers that are used to initialize a collection.
Public property NewExpression Gets the expression that contains a call to the constructor of a collection type.
Public property NodeType Returns the node type of this Expression. (Overrides Expression.NodeType.)
Public property Type Gets the static type of the expression that this Expression represents. (Overrides Expression.Type.)
Top

Show:
© 2017 Microsoft