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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.