Yaml .NET Parser

Node.Parse Method (ParseStream, Boolean)

Internal parse method

protected static Node Parse(
   ParseStream stream,
   Boolean parseImplicitMappings
);

Parameters

stream
Missing <param> documentation for stream
parseImplicitMappings
Avoids ethernal loops while parsing implicit mappings. Implicit mappings are not rocognized by a leading character. So while trying to parse the key of something we think that could be a mapping, we're sure that if it is a mapping, the key of this implicit mapping is not a mapping itself. NOTE: Implicit mapping still belong to unstable code and require the UNSTABLE and IMPLICIT_MAPPINGS preprocessor flags.

Return Value

Missing <returns> documentation for M:Yaml.Node.Parse(Yaml.ParseStream,System.Boolean)

Remarks

Missing <remarks> documentation for M:Yaml.Node.Parse(Yaml.ParseStream,System.Boolean)

See Also

Node Class | Yaml Namespace | Node.Parse Overload List