Yaml .NET Parser

String.NextUnescapedChar Method 

Reads a character from the stream, unescapes it, and moves to the next character.

private char NextUnescapedChar(
   ParseStream stream
);

Parameters

stream
Missing <param> documentation for stream

Return Value

Missing <returns> documentation for M:Yaml.String.NextUnescapedChar(Yaml.ParseStream)

Remarks

Missing <remarks> documentation for M:Yaml.String.NextUnescapedChar(Yaml.ParseStream)

See Also

String Class | Yaml Namespace