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

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

Private Properties

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

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

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

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

DocumentStart ( ) : System.Globalization

Initializes a new instance of the DocumentStart class.

DocumentStart ( Mark start, Mark end ) : System.Globalization

Initializes a new instance of the DocumentStart class.

DocumentStart ( VersionDirective version, TagDirectiveCollection tags, bool isImplicit ) : System.Globalization

Initializes a new instance of the DocumentStart class.

DocumentStart ( VersionDirective version, TagDirectiveCollection tags, bool isImplicit, Mark start, Mark end ) : System.Globalization

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

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

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

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

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

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

Initializes a new instance of the DocumentStart class.
public DocumentStart ( VersionDirective version, TagDirectiveCollection tags, bool isImplicit ) : System.Globalization
version YamlDotNet.Core.Tokens.VersionDirective The version.
tags TagDirectiveCollection The tags.
isImplicit bool Indicates whether the event is implicit.
Результат System.Globalization

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

Initializes a new instance of the DocumentStart class.
public DocumentStart ( VersionDirective version, TagDirectiveCollection tags, bool isImplicit, Mark start, Mark end ) : System.Globalization
version YamlDotNet.Core.Tokens.VersionDirective The version.
tags TagDirectiveCollection The tags.
isImplicit bool Indicates whether the event is implicit.
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