YamlDotNet.Core : YamlDotNet.Core.Tokens Namespace

AnchorAlias Class

Represents an alias token.

public class AnchorAlias : Token

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

Members

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

[read-only]
Value string . Gets the value of the alias.

Member Details

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.

public AnchorAlias (string value, YamlDotNet.Core.Mark start, YamlDotNet.Core.Mark end)

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