System::Collections::Generic::IList::idx_set method
IList::idx_set method
يضبط العنصر عند الفهرس المحدد.
virtual void System::Collections::Generic::IList<T>::idx_set(int index, T value)=0
| Parameter | Type | الوصف |
|---|---|---|
| الفهرس | int | فهرس العنصر المراد ضبطه. |
| value | T | القيمة التي سيتم ضبطها للعنصر المحدد. |
انظر أيضًا
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++