C# Class YamlDotNet.Core.Tokens.Scalar

Inheritance: Token
Mostra file Open project: aaubry/YamlDotNet Class Usage Examples

Public Methods

Method 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 method

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

Scalar() public method

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

Scalar() public method

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.
return System