Up

NSNull class reference

Authors

Richard Frith-Macdonald (rfm@gnu.org)

Date: 2006-06-04 00:42:10 -0600 (Sun, 04 Jun 2006)

Copyright: (C) 2000 Free Software Foundation, Inc.

Software documentation for the NSNull class

NSNull : NSObject

Declared in:
Foundation/NSNull.h
Conforms to:
NSCoding
NSCopying
Availability: OpenStep

An object to use as a placeholder - in collections for instance.
Method summary

null 

+ (NSNull*) null;
Availability: OpenStep

Return an object that can be used as a placeholder in a collection. This method always returns the same object.


Up