System::Collections::Generic::IKVCollection::IndexOf methode
IKVCollection::IndexOf method
Geeft index van item in container terug.
virtual int System::Collections::Generic::IKVCollection<T>::IndexOf(const T &item) const override
| Parameter | Type | Beschrijving |
|---|---|---|
| item | const T& | Item om naar te zoeken. |
ReturnValue
Index van item in de container.
Zie ook
- Class IKVCollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++