ArraySegment<T> Properties
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| 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 that indicates whether the array segment is read-only. |
![]() ![]() | IList<T>::Item[Int32] | Gets or sets the element at the specified index. |
![]() ![]() | IReadOnlyList<T>::Item[Int32] | Gets the element at the specified index of the array segment. |
Show:


