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