Show / Hide Table of Contents

Struct SequenceReader.SpanDecodingEnumerable.Enumerator

Represents enumerator over decoded characters.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: DotNext.IO
Assembly: DotNext.IO.dll
Syntax
public ref struct SequenceReader.SpanDecodingEnumerable.Enumerator

Properties

| Edit this page View Source

Current

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 Source

MoveNext()

Decodes the next chunk of bytes.

Declaration
public bool MoveNext()
Returns
Type Description
bool

true if decoding is successful; false if nothing to decode.

  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾