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