ReadOnlyListSegment<(Of <(<'T>)>)> Methods

The ReadOnlyListSegment<(Of <(<'T>)>)> type exposes the following members.

Methods


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