Udostępnij przez


NSNull.Null Property

Definition

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.

Applies to