System::Collections::IListImplValueType::Insert metod
IListImplValueType::Insert method
Infogar elementet på angiven position och flyttar andra element.
virtual void System::Collections::IListImplValueType<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 IListImplValueType
- Namespace System::Collections
- Library Aspose.Page for C++