Represents an alias event.
Documentation for this section has not yet been entered.
Namespace: YamlDotNet.Core.Events
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326
See Also: Inherited members from ParsingEvent.
⊟ Public Constructors
Initializes a new instance of the YamlDotNet.Core.Events.AnchorAlias class. Initializes a new instance of the YamlDotNet.Core.Events.AnchorAlias class. ⊟ Public Properties
[read-only] overrideNestingIncrease 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] Value string . Gets the value of the alias. ⊟ Public Methods
⊟ AnchorAlias Constructor
Initializes a new instance of the YamlDotNet.Core.Events.AnchorAlias class.
public AnchorAlias (string value)⊟ Parameters
- value
- The value of the alias.
⊟ 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
⊟ AnchorAlias Constructor
Initializes a new instance of the YamlDotNet.Core.Events.AnchorAlias class.
⊟ Parameters
- value
- The value of the alias.
- start
- The start position of the event.
- end
- The end position of the event.
⊟ 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 override 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
⊟ ToString Method
Returns a string that represents the current object.
public override string ToString ()⊟ Returns
A string that represents the current object.⊟ 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
⊟ Value Property
Gets the value of the alias.
public string Value { 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