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

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

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

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

Initializes a new instance of the StreamStart class.

StreamStart ( Mark start, Mark end ) : System

Initializes a new instance of the StreamStart class.

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

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

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

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

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