طريقة System::Collections::Generic::IList::IndexOf
IList::IndexOf method
يحصل على فهرس الظهور الأول للعنصر في الحاوية.
virtual int System::Collections::Generic::IList<T>::IndexOf(const T &item) const =0
| معامل | نوع | الوصف |
|---|---|---|
| item | const T& | العنصر المراد البحث عنه. |
ReturnValue
فهرس الظهور الأول للعنصر في الحاوية أو -1 إذا لم يُعثر عليه.
انظر أيضًا
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++