Represents the Parser.
public static class Parser
kind:method, kind:property, kind:ctor. Press Esc to clear.CreateParser(TextReader, Int32, String?)Creates a YAML parser with a configurable maximum nesting depth and optional source name.CreateParser(TextReader, Int32)Creates a YAML parser with a configurable maximum nesting depth.CreateParser(TextReader)Creates a YAML parser with the default maximum nesting depth.