Represents a scalar token.
Documentation for this section has not yet been entered.
Namespace: YamlDotNet.Core.Tokens
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326
See Also: Inherited members from Token.
⊟ Public Constructors
Initializes a new instance of the YamlDotNet.Core.Tokens.Scalar class. Initializes a new instance of the YamlDotNet.Core.Tokens.Scalar class. Initializes a new instance of the YamlDotNet.Core.Tokens.Scalar class. ⊟ Public Properties
[read-only] Style YamlDotNet.Core.ScalarStyle . Gets the style. [read-only] Value string . Gets the value.
⊟ Scalar Constructor
Initializes a new instance of the YamlDotNet.Core.Tokens.Scalar class.
public Scalar (string value)⊟ Parameters
- value
- The value.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: YamlDotNet.Core.Tokens
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326
⊟ Scalar Constructor
Initializes a new instance of the YamlDotNet.Core.Tokens.Scalar class.
public Scalar (string value, YamlDotNet.Core.ScalarStyle style)⊟ Parameters
- value
- The value.
- style
- The style.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: YamlDotNet.Core.Tokens
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326
⊟ Scalar Constructor
Initializes a new instance of the YamlDotNet.Core.Tokens.Scalar class.
public Scalar (string value, YamlDotNet.Core.ScalarStyle style, YamlDotNet.Core.Mark start, YamlDotNet.Core.Mark end)⊟ Parameters
- value
- The value.
- style
- The style.
- start
- The start position of the token.
- end
- The end position of the token.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: YamlDotNet.Core.Tokens
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326
⊟ Style Property
Gets the style.
public YamlDotNet.Core.ScalarStyle Style { get; }⊟ Value
The style.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: YamlDotNet.Core.Tokens
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326
⊟ Value Property
Gets the value.
public string Value { get; }⊟ Value
The value.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: YamlDotNet.Core.Tokens
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326