Yaml .NET Parser

Boolean Class

Class for storing a Yaml Boolean node tag:yaml.org,2002:bool

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

System.Object
   Node
      Scalar
         Boolean

public class Boolean : Scalar

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.Boolean

Requirements

Namespace: Yaml

Assembly: Yaml (in Yaml.dll)

See Also

Boolean Members | Yaml Namespace