C# Class YamlDotNet.Core.Tokens.Scalar

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

Méthodes publiques

Méthode Description
Scalar ( string value ) : System

Initializes a new instance of the Scalar class.

Scalar ( string value, ScalarStyle style ) : System

Initializes a new instance of the Scalar class.

Scalar ( string value, ScalarStyle style, Mark start, Mark end ) : System

Initializes a new instance of the Scalar class.

Method Details

Scalar() public méthode

Initializes a new instance of the Scalar class.
public Scalar ( string value ) : System
value string The value.
Résultat System

Scalar() public méthode

Initializes a new instance of the Scalar class.
public Scalar ( string value, ScalarStyle style ) : System
value string The value.
style ScalarStyle The style.
Résultat System

Scalar() public méthode

Initializes a new instance of the Scalar class.
public Scalar ( string value, ScalarStyle style, Mark start, Mark end ) : System
value string The value.
style ScalarStyle The style.
start Mark The start position of the token.
end Mark The end position of the token.
Résultat System