ReadOnlySequence<T>.Enumerator Struct
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 an enumerator over a ReadOnlySequence<T>.
public: value class ReadOnlySequence<T>::Enumerator
public struct ReadOnlySequence<T>.Enumerator
type ReadOnlySequence<'T>.Enumerator = struct
Public Structure ReadOnlySequence(Of T).Enumerator
Type Parameters
- T
- Inheritance
Constructors
ReadOnlySequence<T>.Enumerator(ReadOnlySequence<T>) |
Initializes the enumerator. |
Properties
Current |
Gets the current ReadOnlyMemory<T>. |
Methods
MoveNext() |
Moves to the next ReadOnlyMemory<T> in the ReadOnlySequence<T>. |
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.