C# Class YamlDotNet.Core.Tokens.Value

Represents a value token.
Inheritance: Token
Exibir arquivo Open project: unitystation/unitystation

Public Methods

Method Description
Value ( )

Initializes a new instance of the Value class.

Value ( Mark start, Mark end )

Initializes a new instance of the Value class.

Method Details

Value() public method

Initializes a new instance of the Value class.
public Value ( )

Value() public method

Initializes a new instance of the Value class.
public Value ( Mark start, Mark end )
start Mark The start position of the token.
end Mark The end position of the token.