C# Class YamlDotNet.Core.Tokens.StreamStart

Inheritance: Token
Afficher le fichier Open project: aaubry/YamlDotNet Class Usage Examples

Méthodes publiques

Méthode Description
StreamStart ( ) : System

Initializes a new instance of the StreamStart class.

StreamStart ( Mark start, Mark end ) : System

Initializes a new instance of the StreamStart class.

Method Details

StreamStart() public méthode

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

StreamStart() public méthode

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