System::Collections::IListImplRefType::Insert metodo
IListImplRefType::Insert method
Inserisce l’elemento nella posizione specificata, spostando gli altri elementi.
virtual void System::Collections::IListImplRefType<T>::Insert(int index, System::SharedPtr<System::Object> value) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| indice | int | Indice su cui inserire gli elementi. |
| valore | System::SharedPtr<System::Object> | Elemento da inserire all’indice specificato. |
Vedi anche
- Typedef SharedPtr
- Class Object
- Class IListImplRefType
- Namespace System::Collections
- Library Aspose.Font for C++