System::Collections::IListImplRefType::IndexOf metod
IListImplRefType::IndexOf method
Hämtar index för första förekomsten av objektet i behållaren.
virtual int System::Collections::IListImplRefType<T>::IndexOf(System::SharedPtr<System::Object> value) const override
| Parameter | Typ | Beskrivning |
|---|---|---|
| värde | System::SharedPtr<System::Object> | Objekt att söka efter. |
ReturnValue
Index of first appearance of item in container or -1 if not found.
Se även
- Typedef SharedPtr
- Class Object
- Class IListImplRefType
- Namespace System::Collections
- Library Aspose.PDF for C++