System.ArraySegment<T>: Property Members

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

Public Properties

[read-only]
ArrayT[].

Gets the original array containing the range of elements that the array segment delimits.

[read-only]
Countint.

Gets the number of elements in the range delimited by the array segment.

[read-only]
Offsetint.

Gets the position of the first element in the range delimited by the array segment, relative to the start of the original array.