idx_set()
List::idx_set(int, T) method
Sets element at specific position.
void System::Collections::Generic::List<T>::idx_set(int index, T value) override
Arguments
Parameter | Type | Description |
---|---|---|
index | int | Index to set element at. |
value | T | Value to set to specified position. |
See Also
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Slides