YamlDotNet.Core : YamlDotNet.Core.Tokens Namespace

Token Class

Base class for YAML tokens.

public abstract class 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 object.

Protected Constructors

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

Public Properties

[read-only]
End Mark . Gets the end of the token in the input stream.
[read-only]
Start Mark . Gets the start of the token in the input stream.

Member Details

Token Constructor

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

protected Token (YamlDotNet.Core.Mark start, YamlDotNet.Core.Mark end)

Parameters

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

End Property

Gets the end of the token in the input stream.

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.Tokens
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

Start Property

Gets the start of the token in the input stream.

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.Tokens
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326