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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.