Release 1.0 Copyright ©1994 by Don Yacktman. All Rights Reserved.
| List (DeepCopy) |
| Declared In: | <misckit/MiscListExtensions.h> |
| Category Description |
| Method Types |
| Making deep copies of a List |
| Instance Methods |
| deepCopy |
| - deepCopy |
| Returns a copy of the receiving List with "deep" copies of all the objects in that list.
See also: -copy (List), -copyFromZone: (List), and
|
| - deepCopyFromZone:(NXZone *)zone |
| Returns a copy of the receiving List with "deep" copies of all the objects in that list. All copies are allocated from the
zone zone.
See also: -copy (List), -copyFromZone: (List), and |