ReferenceTypeNullHandling public enum ReferenceTypeNullHandling Specifies the default null handling for reference types. Documentation Code NotNull = 1 Reference types cannot be null by default. Null = 0 Reference types can be null by default (C# default).