Parses YAML streams.
public class Parser<TBuffer> : IParser where TBuffer : ILookAheadBuffer
kind:method, kind:property, kind:ctor. Press Esc to clear.Parser(TBuffer)Initializes a new instance of the IParser class.CurrentGets the current event.MoveNext()Moves to the next event.