System::Collections::IListImplRefType::Insert metod
IListImplRefType::Insert method
Infogar elementet på angiven position och flyttar andra element.
virtual void System::Collections::IListImplRefType<T>::Insert(int index, System::SharedPtr<System::Object> value) override
| Parameter | Type | Beskrivning |
|---|---|---|
| index | int | Index att infoga element på. |
| value | System::SharedPtr<System::Object> | Objekt att infoga på angivet index. |
Se även
- Typedef SharedPtr
- Class Object
- Class IListImplRefType
- Namespace System::Collections
- Library Aspose.Page for C++