System::Collections::Generic::IList::IndexOf method
IList::IndexOf method
कंटेनर में आइटम की पहली उपस्थिति का इंडेक्स प्राप्त करता है।
virtual int System::Collections::Generic::IList<T>::IndexOf(const T &item) const =0
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| आइटम | const T& | खोजने के लिए आइटम। |
ReturnValue
कंटेनर में आइटम की पहली उपस्थिति का इंडेक्स, या यदि न मिले तो -1।
संबंधित देखें
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++