TomlTable.Enumerator Struct

Definition

Enumerates the key-value pairs contained in a TomlTable.

public struct Enumerator : IEnumerator<KeyValuePair<string, object>>, IEnumerator, IDisposable
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Properties (2)

Methods (3)