System::Collections::Generic::IList::idx_get method
IList::idx_get method
يحصل على العنصر عند الفهرس المحدد.
virtual T System::Collections::Generic::IList<T>::idx_get(int index) const =0
| Parameter | Type | الوصف |
|---|---|---|
| الفهرس | int | فهرس العنصر المراد الحصول عليه. |
ReturnValue
نسخة من العنصر عند الفهرس المحدد.
انظر أيضًا
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++