C# Class YamlDotNet.Core.Tokens.DocumentEnd

Inheritance: Token
Afficher le fichier Open project: aaubry/YamlDotNet

Méthodes publiques

Méthode Description
DocumentEnd ( ) : System

Initializes a new instance of the DocumentEnd class.

DocumentEnd ( Mark start, Mark end ) : System

Initializes a new instance of the DocumentEnd class.

Method Details

DocumentEnd() public méthode

Initializes a new instance of the DocumentEnd class.
public DocumentEnd ( ) : System
Résultat System

DocumentEnd() public méthode

Initializes a new instance of the DocumentEnd class.
public DocumentEnd ( Mark start, Mark end ) : System
start Mark The start position of the token.
end Mark The end position of the token.
Résultat System