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

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

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

Метод Описание
AnchorAlias ( string value ) : System

Initializes a new instance of the AnchorAlias class.

AnchorAlias ( string value, Mark start, Mark end ) : System

Initializes a new instance of the AnchorAlias class.

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

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

Initializes a new instance of the AnchorAlias class.
public AnchorAlias ( string value ) : System
value string The value of the anchor.
Результат System

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

Initializes a new instance of the AnchorAlias class.
public AnchorAlias ( string value, Mark start, Mark end ) : System
value string The value of the anchor.
start Mark The start position of the event.
end Mark The end position of the event.
Результат System