YamlDotNet.Core : YamlDotNet.Core Namespace

Parser Class

Parses YAML streams.

public class Parser

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

Members

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

MoveNext () : bool
Moves to the next event.

Member Details

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