AddLast
TheAddLastmethod adds an element to the end of this platform type list.
void AddLast (in ODPlatformType type);
type- The element to be added to the list.
DISCUSSION
If this platform type list already contains the specified element, no action is taken. Otherwise, the specified element is added to the end of the list.EXCEPTIONS
kODErrOutOfMemory- There is not enough memory to add the specified element to this platform type list.
SEE ALSO
TheODPlatformTypetype (page 919).
TheODPlatformTypeList::Containsmethod (page 566).
TheODPlatformTypeList::Removemethod (page 568).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help