System::Collections::IListImplRefType::Insert metod
IListImplRefType::Insert method
Infogar element på angiven position och förskjuter övriga element.
virtual void System::Collections::IListImplRefType<T>::Insert(int index, System::SharedPtr<System::Object> value) override
| Parameter | Typ | Beskrivning |
|---|---|---|
| index | int | Index för att infoga element på. |
| värde | System::SharedPtr<System::Object> | Objekt att infoga på angivet index. |
Se även
- Typedef SharedPtr
- Class Object
- Class IListImplRefType
- Namespace System::Collections
- Library Aspose.PDF for C++