NSNull.Null Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the singleton NSNull instance.
public static Foundation.NSNull Null { get; }
static member Null : Foundation.NSNull
Property Value
The singleton NSNull instance representing a null value in Objective-C collections.
Remarks
This property caches the native NSNull instance to avoid repeated native calls.