ReadOnlySequenceSegment<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a linked list of ReadOnlyMemory<T> nodes.
generic <typename T>
public ref class ReadOnlySequenceSegment abstract
public abstract class ReadOnlySequenceSegment<T>
type ReadOnlySequenceSegment<'T> = class
Public MustInherit Class ReadOnlySequenceSegment(Of T)
Type Parameters
- T
The type of the elements in the read-only sequence segment.
- Inheritance
-
ReadOnlySequenceSegment<T>
Constructors
ReadOnlySequenceSegment<T>() |
Initializes a new instance of the ReadOnlySequenceSegment<T> class. |
Properties
Memory |
Gets or sets a ReadOnlyMemory<T> value for the current node. |
Next |
Gets or sets the next node. |
RunningIndex |
Gets or sets the sum of node lengths before the current node. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |