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

Represents a mapping start event.
Наследование: NodeEvent, IMappingStart
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

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

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

MappingStart ( ) : System.Globalization

Initializes a new instance of the MappingStart class.

MappingStart ( string anchor, string tag, bool isImplicit, MappingStyle style ) : System.Globalization

Initializes a new instance of the MappingStart class.

MappingStart ( string anchor, string tag, bool isImplicit, MappingStyle style, Mark start, Mark end ) : System.Globalization

Initializes a new instance of the MappingStart 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

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

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

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

Initializes a new instance of the MappingStart class.
public MappingStart ( string anchor, string tag, bool isImplicit, MappingStyle style ) : System.Globalization
anchor string The anchor.
tag string The tag.
isImplicit bool Indicates whether the event is implicit.
style MappingStyle The style of the mapping.
Результат System.Globalization

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

Initializes a new instance of the MappingStart class.
public MappingStart ( string anchor, string tag, bool isImplicit, MappingStyle style, Mark start, Mark end ) : System.Globalization
anchor string The anchor.
tag string The tag.
isImplicit bool Indicates whether the event is implicit.
style MappingStyle The style of the mapping.
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