ReadOnlyListSegment<(Of <(<'T>)>)> Methods
The ReadOnlyListSegment<(Of <(<'T>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Contains |
Determines whether the list segment contains a specific value.
|
|
|
CopyTo(array<T>[]()[][]) |
Copies the list segment to the destination array.
|
|
|
CopyTo(array<T>[]()[][], Int32) |
Copies the list segment to the destination array.
|
|
|
Equals(Nullable<(Of <<'(Object>)>>)) |
Determines whether the specified Object is equal to this instance.
|
|
|
Equals(ReadOnlyListSegment<(Of <<'(T>)>>)) |
Returns true if both list segments refer to the same list at the same offset and count.
|
|
|
Equals(System.Object) | (Inherited from ValueType.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetEnumerator |
Gets the enumerator.
|
|
|
GetHashCode |
Returns a hash code for this instance.
|
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Slice(Int32) |
Slices the segment specified index.
|
|
|
Slice(Int32, Int32) |
Slices the segment specified index.
|
|
|
ToString | (Inherited from ValueType.) |

