C# Class YamlDotNet.Core.Events.DocumentEnd

Represents a document end event.
Inheritance: ParsingEvent
Datei anzeigen Open project: aaubry/YamlDotNet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Accept ( IParsingEventVisitor visitor ) : void

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

DocumentEnd ( bool isImplicit ) : System.Globalization

Initializes a new instance of the DocumentEnd class.

DocumentEnd ( bool isImplicit, Mark start, Mark end ) : System.Globalization

Initializes a new instance of the DocumentEnd class.

ToString ( ) : string

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

Method Details

Accept() public method

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

DocumentEnd() public method

Initializes a new instance of the DocumentEnd class.
public DocumentEnd ( bool isImplicit ) : System.Globalization
isImplicit bool Indicates whether the event is implicit.
return System.Globalization

DocumentEnd() public method

Initializes a new instance of the DocumentEnd class.
public DocumentEnd ( bool isImplicit, Mark start, Mark end ) : System.Globalization
isImplicit bool Indicates whether the event is implicit.
start Mark The start position of the event.
end Mark The end position of the event.
return System.Globalization

ToString() public method

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