May 2003
Intermediate to advanced
566 pages
27h 29m
English
NSNull — Mac OS X 10.0
This simple class represents a NULL value as an
object. The utility of this is that an instance of
NSNull can be added to any of the Foundation
collections, which don’t provide for the inclusion
of nil. To create an instance of
NSNull, simply use the class method
null.
|
![]()
|
@interface NSNull : NSObject
|
// Convenience Constructors
|
+ (NSNull *)null;
|
Read now
Unlock full access