ReadOnlyListSegment<(Of <(<'T>)>)> Members
The ReadOnlyListSegment<(Of <(<'T>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
ReadOnlyListSegment<(Of <(<'T>)>)>(IReadOnlyList<(Of <<'(T>)>>)) |
Initializes a new instance of the ReadOnlyListSegment<(Of <(<'T>)>)> struct.
|
|
|
ReadOnlyListSegment<(Of <(<'T>)>)>(IReadOnlyList<(Of <<'(T>)>>), Int32, Int32) |
Initializes a new instance of the ReadOnlyListSegment<(Of <(<'T>)>)> struct.
|
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.) |
Operators
| Name | Description | |
|---|---|---|
|
|
Equality |
Implements the == operator.
|
|
|
Implicit Widening Implicit Implicit Implicit (List<(Of <<'(T>)>>) to ReadOnlyListSegment<(Of <<'(T>)>>)) |
Performs an implicit conversion from [List{T}] to ReadOnlyListSegment<(Of <(<'T>)>)>.
|
|
|
Implicit Widening Implicit Implicit Implicit (Collection<(Of <<'(T>)>>) to ReadOnlyListSegment<(Of <<'(T>)>>)) |
Performs an implicit conversion from [List{T}] to ReadOnlyListSegment<(Of <(<'T>)>)>.
|
|
|
Inequality |
Implements the != operator.
|

