System::Collections::ObjectModel::Collection::Insert metod
Collection::Insert method
Infogar objekt på angiven position.
void System::Collections::ObjectModel::Collection<T>::Insert(int index, const T &item) override
| Parameter | Type | Beskrivning |
|---|---|---|
| index | int | Index att infoga objektet i. |
| objekt | const T& | Objekt att infoga på angiven position. |
Se även
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++