Yaml .NET Parser

Null Class

Class for storing a Yaml Null node tag:yaml.org,2002:null

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

System.Object
   Node
      Scalar
         Null

public class Null : 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.Null

Requirements

Namespace: Yaml

Assembly: Yaml (in Yaml.dll)

See Also

Null Members | Yaml Namespace