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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.