Up
Authors
- Richard Frith-Macdonald (
rfm@gnu.org
)
-
Version: 26606
Date: 2008-06-08 11:38:33 +0100 (Sun, 08 Jun 2008)
Copyright: (C) 2000 Free Software Foundation, Inc.
- Declared in:
- Foundation/NSNull.h
- Conforms to:
- NSCoding
- NSCopying
Availability: MacOS-X 10.0.0
An object to use as a placeholder - in collections for
instance.
Method summary
+ (
NSNull*)
null;
Availability: MacOS-X 10.0.0
Return an object that can be used as a placeholder
in a collection. This method always returns the same
object.
Up