Syntax Element: null

Description

Indicates that a type is nullable.

Example

This keyword is highlighted like this.
You can click on keywords and concepts in blue.
// this integer should be nullable
handtype(int null);

Related Use Cases

Other Actions

documentation | all examples for this syntax element | all examples | use cases | concepts | keywords