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

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

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

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

Initializes a new instance of the DocumentEnd class.

DocumentEnd ( Mark start, Mark end ) : System

Initializes a new instance of the DocumentEnd class.

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

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

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

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

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