System::Collections::Generic::IKVCollection::IndexOf metod

IKVCollection::IndexOf method

Hämtar index för objektet i behållaren.

virtual int System::Collections::Generic::IKVCollection<T>::IndexOf(const T &item) const override
ParameterTypBeskrivning
objektconst T&Objekt att söka efter.

ReturnValue

Index of item in container.

Se även