System::Collections::CollectionBase::ListImpl::Add-Methode
ListImpl::Add method
Fügt ein Element am Ende der Sammlung hinzu.
int32_t System::Collections::CollectionBase<T>::ListImpl::Add(const T &value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Wert | const T& | Das Element, das am Ende der Sammlung hinzugefügt werden soll. |
ReturnValue
Der Sammlungsindex, an dem value hinzugefügt wurde.
Siehe auch
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Font for C++