ArraySegment<T> Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ArraySegment<T> type exposes the following members.
| Name | Description | |
|---|---|---|
|
Array | Gets the original array containing the range of elements that the array segment delimits. |
|
Count | Gets the number of elements in the range delimited by the array segment. |
|
Offset | Gets the position of the first element in the range delimited by the array segment, relative to the start of the original array. |
| Name | Description | |
|---|---|---|
|
ICollection<T>.IsReadOnly | Gets a value indicating whether the ArraySegment<T> is read-only. |
|
IList<T>.Item | Gets or sets the element at the specified index. |
|
IReadOnlyList<T>.Item | Gets the element at the specified index of the array segment. |
Show: