AddLast
TheAddLastmethod adds an element to the end of this type list.
void AddLast (in ODType type);
type- The element to be added to the list.
DISCUSSION
If this type list already contains an element equal to the specified element, no action is taken. Otherwise, a copy of 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 type list.
SEE ALSO
TheODTypetype (page 876).
TheODTypeList::Containsmethod (page 799).
TheODTypeList::Removemethod (page 801).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help