Struct SequenceReader.DecodingEnumerable.Enumerator
Represents enumerator over decoded characters.
Implements
Inherited Members
Namespace: DotNext.Buffers
Assembly: DotNext.IO.dll
Syntax
public struct SequenceReader.DecodingEnumerable.Enumerator : IEnumerator<SequenceReader.DecodingEnumerable.Enumerator, ReadOnlyMemory<char>>, IResettable
Properties
View SourceCurrent
Gets the current chunk of decoded characters.
Declaration
public readonly ReadOnlyMemory<char> Current { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyMemory<char> |
Methods
View SourceMoveNext()
Decodes the next chunk of bytes.
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| bool |