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

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

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

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

Initializes a new instance of the BlockEnd class.

BlockEnd ( Mark start, Mark end )

Initializes a new instance of the BlockEnd class.

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

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

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

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

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