System::Collections::Generic::IList::idx_set method
IList::idx_set method
Sets element at specified index.
virtual void System::Collections::Generic::IList<T>::idx_set(int index, T value)=0
| Parameter | Type | Description | 
|---|---|---|
| index | int | Index of element to set. | 
| value | T | Value to set to selected element. | 
See Also
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++