C# Class YamlDotNet.Core.Tokens.FlowEntry

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

Méthodes publiques

Méthode Description
FlowEntry ( ) : System

Initializes a new instance of the FlowEntry class.

FlowEntry ( Mark start, Mark end ) : System

Initializes a new instance of the FlowEntry class.

Method Details

FlowEntry() public méthode

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

FlowEntry() public méthode

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