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