System::Collections::IListImplValueType::Insert method
IListImplValueType::Insert method
Inserts element into specified position, shifting other elements.
virtual void System::Collections::IListImplValueType<T>::Insert(int index, System::SharedPtr<System::Object> value) override
Parameter | Type | Description |
---|---|---|
index | int | Index to insert elements onto. |
value | System::SharedPtr<System::Object> | Item to insert at specified index. |
See Also
- Typedef SharedPtr
- Class Object
- Class IListImplValueType
- Namespace System::Collections
- Library Aspose.PUB for C++