ReadOnlySequenceSegment<T>
Represents a linked list of ReadOnlyMemory<T> nodes.
The ReadOnlyMemory<T> value for current node.
The next node.
The sum of node length before current.
protected ReadOnlySequenceSegment()