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

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

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

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

Initializes a new instance of the FlowEntry class.

FlowEntry ( Mark start, Mark end ) : System

Initializes a new instance of the FlowEntry class.

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

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

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

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

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