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

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

Private Properties

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

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

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

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

StreamEnd ( )

Initializes a new instance of the StreamEnd class.

StreamEnd ( Mark start, Mark end )

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

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

Initializes a new instance of the StreamEnd class.
public StreamEnd ( )

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

Initializes a new instance of the StreamEnd class.
public StreamEnd ( Mark start, Mark end )
start Mark The start position of the event.
end Mark The end position of the event.

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

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