ArraySegment<T>.Array Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the original array containing the range of elements that the array segment delimits.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: T []The original array that was passed to the constructor, and that contains the range delimited by the ArraySegment<T>.
Show: