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
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| सूचकांक | int | सेट करने के लिए तत्व का सूचकांक। |
| मान | T | चयनित तत्व के लिए सेट करने वाला मान। |
संबंधित देखें
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++