CreateParser(TextReader) Method

Definition

Namespace SharpYaml
Assembly SharpYaml.dll

Creates a YAML parser with the default maximum nesting depth.

public static IParser CreateParser(TextReader reader)

Parameters

reader
TextReader

The YAML reader.

Returns

IParser
The parser.