The members of System.ArraySegment<T> are listed below.
See Also: Inherited members from System.ValueType
ArraySegment(T[]) | Documentation for this section has not yet been entered. | |
Documentation for this section has not yet been entered. |
[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. |
Equals(ArraySegment<T>)Documentation for this section has not yet been entered. | ||
override | Equals(object)
| |
override | GetHashCode()
|
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. |
ICollection<T>.Add | Documentation for this section has not yet been entered. | |
ICollection<T>.Clear | Documentation for this section has not yet been entered. | |
ICollection<T>.Contains | Documentation for this section has not yet been entered. | |
ICollection<T>.CopyTo | Documentation for this section has not yet been entered. | |
IEnumerable<T>.GetEnumerator | Documentation for this section has not yet been entered. | |
IEnumerable.GetEnumerator |
Returns an enumerator that iterates through an array segment. | |
IList<T>.IndexOf | Documentation for this section has not yet been entered. | |
IList<T>.Insert | Documentation for this section has not yet been entered. | |
[read-only] | ICollection<T>.IsReadOnly | bool. Documentation for this section has not yet been entered. |
IList<T>.Item | T. Documentation for this section has not yet been entered. | |
[read-only] | IReadOnlyList<T>.Item | T. Documentation for this section has not yet been entered. |
ICollection<T>.Remove | Documentation for this section has not yet been entered. | |
IList<T>.RemoveAt | Documentation for this section has not yet been entered. |