Yaml .NET Parser

Scalar Class

All Yaml scalars are derived from this class

For a list of all members of this type, see Scalar Members.

System.Object
   Node
      Scalar
         Derived types

public class Scalar : Node

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Missing <remarks> documentation for T:Yaml.Scalar

Requirements

Namespace: Yaml

Assembly: Yaml (in Yaml.dll)

See Also

Scalar Members | Yaml Namespace