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

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)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetEnumerator
Gets the enumerator.
Public method GetHashCode
Returns a hash code for this instance.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(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
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Properties


  Name Description
Public property Count
Gets the count.
Public property Item
Gets or sets the value at the specified index.
Public property List
Gets the underlying list.
Public property Offset
Gets the offset.