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.
Assembly: System.Core (in System.Core.dll)
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.
Show: