YamlDotNet.Core : YamlDotNet.Core.Events Namespace

ParsingEvent Class

Base class for parsing events.

public abstract class ParsingEvent : IParsingEvent

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core.Events
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

Members

See Also: Inherited members from object.

Public Properties

[read-only]
End YamlDotNet.Core.Mark . Gets the position in the input stream where the event ends.
[read-only]
abstract
NestingIncrease int . Gets a value indicating the variation of depth caused by this event. The value can be either -1, 0 or 1. For start events, it will be 1, for end events, it will be -1, and for the remaining events, it will be 0.
[read-only]
Start YamlDotNet.Core.Mark . Gets the position in the input stream where the event start.

Member Details

End Property

Gets the position in the input stream where the event ends.

public YamlDotNet.Core.Mark End { 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.Events
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

NestingIncrease Property

Gets a value indicating the variation of depth caused by this event. The value can be either -1, 0 or 1. For start events, it will be 1, for end events, it will be -1, and for the remaining events, it will be 0.

public abstract int NestingIncrease { 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.Events
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

Start Property

Gets the position in the input stream where the event start.

public YamlDotNet.Core.Mark Start { 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.Events
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326