System::Collections::ObjectModel::Collection::idx_set method
Collection::idx_set method
Sets value at specified index.
virtual void System::Collections::ObjectModel::Collection<T>::idx_set(int index, T value) override
Parameter | Type | Description |
---|---|---|
index | int | Index to set value at. |
value | T | Value to set at specified index. |
See Also
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.PUB for C++