System::Collections::Generic::IKVCollection::IndexOf method
IKVCollection::IndexOf method
Gets index of item in container.
virtual int System::Collections::Generic::IKVCollection<T>::IndexOf(const T &item) const override
Parameter | Type | Description |
---|---|---|
item | const T& | Item to look for. |
ReturnValue
Index of item in container.
See Also
- Class IKVCollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++