Parses YAML streams.
Documentation for this section has not yet been entered.
Namespace: YamlDotNet.Core
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326
See Also: Inherited members from object.
⊟ Public Constructors
Initializes a new instance of the YamlDotNet.Core.Parser class. ⊟ Public Properties
[read-only] Current YamlDotNet.Core.Events.ParsingEvent . Gets the current event. ⊟ Public Methods
⊟ Parser Constructor
Initializes a new instance of the YamlDotNet.Core.Parser class.
public Parser (System.IO.TextReader input)⊟ Parameters
- input
- The input where the YAML stream is to be read.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: YamlDotNet.Core
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326
⊟ Current Property
Gets the current event.
public YamlDotNet.Core.Events.ParsingEvent Current { get; }⊟ Value
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: YamlDotNet.Core
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326
⊟ MoveNext Method
Moves to the next event.
public bool MoveNext ()⊟ Returns
Returns true if there are more events available, otherwise returns false.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: YamlDotNet.Core
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326