[This is preliminary documentation and is subject to change.]
Initializes a new instance of the Parser class.
| C# | Visual Basic | Visual C++ |
public Parser( TextReader input )
Public Sub New ( _ input As TextReader _ )
public: Parser( TextReader^ input )
- input (TextReader)
- The input where the YAML stream is to be read.