NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

2.4.8 Null literal

Nothing is a literal that represents the null type. It is not possible to declare a variable of the null type, nor is it possible to convert to the null type. The null type may be converted to any reference type.

ReferenceLiteral ::= Nothing