int Add( TYPE newElement );
Return Value
The index of the added element.
Parameters
TYPE
Template parameter specifying the type of element to be added to the array.
newElement
The element to be added to this array.
Remarks
This member function calls BASE_CLASS::Add. For more detailed remarks, see CObArray::Add.