ArraySegment<T>.Offset Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the position of the first element in the range delimited by the array segment, relative to the start of the original array.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Int32The position of the first element in the range delimited by the ArraySegment<T>, relative to the start of the original array.
Show: