System::Collections::IList::Add-Methode
IList::Add method
Fügt ein Element am Ende der Liste hinzu.
virtual int System::Collections::IList::Add(SharedPtr<System::Object> item)=0
| Parameter | Typ | Beschreibung |
|---|---|---|
| Element | SharedPtr<System::Object> | Das hinzuzufügende Element. |
ReturnValue
Der Index des hinzugefügten Elements.
Siehe auch
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Font for C++