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

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

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

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

Initializes a new instance of the Key class.

Key ( Mark start, Mark end )

Initializes a new instance of the Key class.

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

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

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

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

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