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

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

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

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

Initializes a new instance of the BlockSequenceStart class.

BlockSequenceStart ( Mark start, Mark end ) : System

Initializes a new instance of the BlockSequenceStart class.

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

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

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

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

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