Yaml .NET Parser

Timestamp.SkipChar Method 

Skips a specified char, and throws an exception when another char was found.

private void SkipChar(
   ParseStream stream,
   Char toSkip
);

Parameters

stream
Missing <param> documentation for stream
toSkip
Missing <param> documentation for toSkip

Remarks

Missing <remarks> documentation for M:Yaml.Timestamp.SkipChar(Yaml.ParseStream,System.Char)

See Also

Timestamp Class | Yaml Namespace