System::Collections::IListImplRefType::IndexOf method
IListImplRefType::IndexOf method
Gets index of first appearance of item in container.
virtual int System::Collections::IListImplRefType<T>::IndexOf(System::SharedPtr<System::Object> value) const override
Parameter | Type | Description |
---|---|---|
value | System::SharedPtr<System::Object> | Item to look for. |
ReturnValue
Index of first appearance of item in container or -1 if not found.
See Also
- Typedef SharedPtr
- Class Object
- Class IListImplRefType
- Namespace System::Collections
- Library Aspose.PUB for C++