Represents an alias token.
Documentation for this section has not yet been entered.
Namespace: YamlDotNet.Core.Tokens
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326
See Also: Inherited members from Token.
⊟ Public Constructors
Initializes a new instance of the YamlDotNet.Core.Tokens.AnchorAlias class. Initializes a new instance of the YamlDotNet.Core.Tokens.AnchorAlias class. ⊟ Public Properties
⊟ AnchorAlias Constructor
Initializes a new instance of the YamlDotNet.Core.Tokens.AnchorAlias class.
public AnchorAlias (string value)⊟ Parameters
- value
- The value of the anchor.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: YamlDotNet.Core.Tokens
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326
⊟ AnchorAlias Constructor
Initializes a new instance of the YamlDotNet.Core.Tokens.AnchorAlias class.
⊟ Parameters
- value
- The value of the anchor.
- 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.Tokens
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.Tokens
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326