This documentation is archived and is not being maintained.
ArraySegment<T> Properties
Visual Studio 2010
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. |
Show: