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

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

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

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

Initializes a new instance of the DocumentStart class.

DocumentStart ( Mark start, Mark end )

Initializes a new instance of the DocumentStart class.

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

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

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

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

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