YamlDotNet.Core : YamlDotNet.Core.Tokens Namespace

Tag Class

Represents a tag token.

public class Tag : 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.Tag class.
Initializes a new instance of the YamlDotNet.Core.Tokens.Tag class.

Public Properties

[read-only]
Handle string . Gets the handle.
[read-only]
Suffix string . Gets the suffix.

Member Details

Tag Constructor

Initializes a new instance of the YamlDotNet.Core.Tokens.Tag class.

public Tag (string handle, string suffix)

Parameters

handle
The handle.
suffix
The suffix.

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

Tag Constructor

Initializes a new instance of the YamlDotNet.Core.Tokens.Tag class.

public Tag (string handle, string suffix, YamlDotNet.Core.Mark start, YamlDotNet.Core.Mark end)

Parameters

handle
The handle.
suffix
The suffix.
start
The start position of the token.
end
The end position of the 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

Handle Property

Gets the handle.

public string Handle { get; }

Value

The handle.

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

Suffix Property

Gets the suffix.

public string Suffix { get; }

Value

The suffix.

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