C# Класс YamlDotNet.Core.Tokens.Value

Represents a value token.
Наследование: Token
Показать файл Открыть проект

Открытые методы

Метод Описание
Value ( )

Initializes a new instance of the Value class.

Value ( Mark start, Mark end )

Initializes a new instance of the Value class.

Описание методов

Value() публичный Метод

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

Value() публичный Метод

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.