C# Class YamlDotNet.Core.Tokens.FlowSequenceEnd

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

Méthodes publiques

Méthode Description
FlowSequenceEnd ( ) : System

Initializes a new instance of the FlowSequenceEnd class.

FlowSequenceEnd ( Mark start, Mark end ) : System

Initializes a new instance of the FlowSequenceEnd class.

Method Details

FlowSequenceEnd() public méthode

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

FlowSequenceEnd() public méthode

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