Type Hierarchy:
Direct Known Subclasses: null

The type of the null value. Any union type of form Nothing|T is considered an optional type, whose values include null. Any type of this form may be written as T? for convenience.

By: Gavin
See also: null
Constructor
Nothing()