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
ParameterTypeDescription
itemconst T&Item to look for.

ReturnValue

Index of item in container.

See Also