C# Класс YamlDotNet.Core.Events.NodeEvent

Contains the behavior that is common between node events.
Наследование: ParsingEvent
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
NodeEvent ( string anchor, string tag ) : System

Initializes a new instance of the NodeEvent class.

NodeEvent ( string anchor, string tag, Mark start, Mark end ) : System

Initializes a new instance of the NodeEvent class.

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

NodeEvent() защищенный Метод

Initializes a new instance of the NodeEvent class.
protected NodeEvent ( string anchor, string tag ) : System
anchor string
tag string
Результат System

NodeEvent() защищенный Метод

Initializes a new instance of the NodeEvent class.
protected NodeEvent ( string anchor, string tag, Mark start, Mark end ) : System
anchor string The anchor.
tag string The tag.
start System.Text.RegularExpressions.Mark The start position of the event.
end System.Text.RegularExpressions.Mark The end position of the event.
Результат System