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 | Typ | Beskrivning |
|---|---|---|
| index | int | Index för att infoga element i. |
| objekt | const T& | Element att infoga på angiven position. |
Se även
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.PDF for C++