Show / Hide Table of Contents

Struct SequenceReader.SpanDecodingEnumerable

Represents decoding enumerable.

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 readonly ref struct SequenceReader.SpanDecodingEnumerable

Methods

| Edit this page View Source

GetEnumerator()

Gets enumerator over decoded chunks of characters.

Declaration
public SequenceReader.SpanDecodingEnumerable.Enumerator GetEnumerator()
Returns
Type Description
SequenceReader.SpanDecodingEnumerable.Enumerator

The enumerator over decoded chunks of characters.

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