System::Collections::IListImplRefType::IndexOf metode

IListImplRefType::IndexOf method

Mendapatkan indeks kemunculan pertama item dalam kontainer.

virtual int System::Collections::IListImplRefType<T>::IndexOf(System::SharedPtr<System::Object> value) const override
ParameterTipeDeskripsi
valueSystem::SharedPtr<System::Object>Item yang dicari.

ReturnValue

Indeks kemunculan pertama item dalam wadah atau -1 jika tidak ditemukan.

Lihat Juga