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

Represents an alias event.
Наследование: ParsingEvent, IAnchorAlias
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
Accept ( IParsingEventVisitor visitor ) : void

Invokes run-time type specific Visit() method of the specified visitor.

AnchorAlias ( string value ) : System.Globalization

Initializes a new instance of the AnchorAlias class.

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

Initializes a new instance of the AnchorAlias class.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

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

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

Invokes run-time type specific Visit() method of the specified visitor.
public Accept ( IParsingEventVisitor visitor ) : void
visitor IParsingEventVisitor visitor, may not be null.
Результат void

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

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

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

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

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

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Результат string