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