Represents the Yaml Node Event Enumerator.
public sealed class YamlNodeEventEnumerator : IEnumerable<ParsingEvent>, IEnumerable, IEnumerator<ParsingEvent>, IEnumerator, IDisposable
kind:method, kind:property, kind:ctor. Press Esc to clear.YamlNodeEventEnumerator(YamlNode)Initializes a new instance of this type.CurrentGets or sets current.Dispose()Releases resources used by the current instance.GetEnumerator()Gets enumerator.MoveNext()Advances the enumerator to the next element.Reset()Resets the enumerator to its initial position.