Skip to main content
Version: 2.x

Struct MsgPackReader.ArrayEnumerable.Enumerator

Declaration
public struct MsgPackReader.ArrayEnumerable.Enumerator : IEnumerator<MsgPackReader>

Implements:
Global.IEnumerator<OdinNative.Utils.MessagePack.MsgPackReader>

Properties

Current

Declaration
public MsgPackReader Current { get; }

Methods

MoveNext()

Declaration
public bool MoveNext()
Returns

System.Boolean

Dispose()

Declaration
public void Dispose()

Implements

  • Global.IEnumerator<OdinNative.Utils.MessagePack.MsgPackReader>