Expressions Property
Collapse the table of content
Expand the table of content

NewArrayExpression.Expressions Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the bounds of the array if the value of the NodeType property is NewArrayBounds, or the values to initialize the elements of the new array if the value of the NodeType property is NewArrayInit.

Namespace:  System.Linq.Expressions
Assembly:  System.Core (in System.Core.dll)

'Declaration
Public ReadOnly Property Expressions As ReadOnlyCollection(Of Expression)

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection(Of Expression)
A ReadOnlyCollection(Of T) of Expression objects which represent either the bounds of the array or the initialization values.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft