System::Collections::Generic::IKVCollection::Insert método
IKVCollection::Insert method
Inserta el elemento en la posición especificada.
virtual void System::Collections::Generic::IKVCollection<T>::Insert(int index, const T &item) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| índice | int | Posición donde colocar el elemento. |
| item | const T& | Elemento a colocar en la posición especificada. |
Ver también
- Class IKVCollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++