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