IndexOf()

IKVCollection::IndexOf(const T&) const method

Gets index of item in container.

virtual int System::Collections::Generic::IKVCollection<T>::IndexOf(const T &item) const override

Arguments

ParameterTypeDescription
itemconst T&Item to look for.

Return Value

Index of item in container.

See Also