C# Class YamlDotNet.Core.Events.SequenceEnd

Represents a sequence end event.
Inheritance: ParsingEvent
Afficher le fichier Open project: aaubry/YamlDotNet Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Accept ( IParsingEventVisitor visitor ) : void

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

SequenceEnd ( )

Initializes a new instance of the SequenceEnd class.

SequenceEnd ( Mark start, Mark end )

Initializes a new instance of the SequenceEnd class.

ToString ( ) : string

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

Method Details

Accept() public méthode

Invokes run-time type specific Visit() method of the specified visitor.
public Accept ( IParsingEventVisitor visitor ) : void
visitor IParsingEventVisitor visitor, may not be null.
Résultat void

SequenceEnd() public méthode

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

SequenceEnd() public méthode

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

ToString() public méthode

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Résultat string