Yaml .NET Parser

ParseStream.Next Method

Goes to the next char in the stream

Overload List

Goes to the next char in the stream

new public void Next();

Move to the next character in the parse stream.

new public void Next(Boolean);

See Also

ParseStream Class | Yaml Namespace