This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
null
The null keyword is a literal that represents a null reference, one that does not refer to any object. null is the default value of reference-type variables.
See Also
C# Keywords | Literal keywords | Default Values Table