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

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

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

Метод Описание
BlockEntry ( ) : System

Initializes a new instance of the BlockEntry class.

BlockEntry ( Mark start, Mark end ) : System

Initializes a new instance of the BlockEntry class.

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

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

Initializes a new instance of the BlockEntry class.
public BlockEntry ( ) : System
Результат System

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

Initializes a new instance of the BlockEntry class.
public BlockEntry ( Mark start, Mark end ) : System
start Mark The start position of the token.
end Mark The end position of the token.
Результат System