The properties of System.ArraySegment<T> are listed below. For a list of all members, see the ArraySegment<T> Members list.
See Also: Inherited members from System.ValueType
[read-only] | Array | T[].
Gets the original array containing the range of elements that the array segment delimits. |
[read-only] | Count | int.
Gets the number of elements in the range delimited by the array segment. |
[read-only] | Offset | int.
Gets the position of the first element in the range delimited by the array segment, relative to the start of the original array. |