System.ArraySegment<T> Members

The members of System.ArraySegment<T> are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

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.

Public Methods

Equals(ArraySegment<T>) : bool
Documentation for this section has not yet been entered.
override
Equals(object) : bool

Determines whether the specified object is equal to the current instance.

override
GetHashCode() : int

Returns the hash code for the current instance.

Public Operators

static
Equality(ArraySegment<T>, ArraySegment<T>)Documentation for this section has not yet been entered.
static
Inequality(ArraySegment<T>, ArraySegment<T>)Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

ICollection<T>.AddDocumentation for this section has not yet been entered.
ICollection<T>.ClearDocumentation for this section has not yet been entered.
ICollection<T>.ContainsDocumentation for this section has not yet been entered.
ICollection<T>.CopyToDocumentation for this section has not yet been entered.
IEnumerable<T>.GetEnumeratorDocumentation for this section has not yet been entered.
IEnumerable.GetEnumerator

Returns an enumerator that iterates through an array segment.

IList<T>.IndexOfDocumentation for this section has not yet been entered.
IList<T>.InsertDocumentation for this section has not yet been entered.
[read-only]
ICollection<T>.IsReadOnlybool. Documentation for this section has not yet been entered.
IList<T>.ItemT. Documentation for this section has not yet been entered.
[read-only]
IReadOnlyList<T>.ItemT. Documentation for this section has not yet been entered.
ICollection<T>.RemoveDocumentation for this section has not yet been entered.
IList<T>.RemoveAtDocumentation for this section has not yet been entered.