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

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

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

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

Initializes a new instance of the StreamEnd class.

StreamEnd ( Mark start, Mark end )

Initializes a new instance of the StreamEnd class.

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

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

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

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

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