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