System::Collections::Generic::ICollection::Remove metodu

ICollection::Remove method

Koleksiyondan öğeyi siler.

virtual bool System::Collections::Generic::ICollection<T>::Remove(const T &item)=0
ParametreTürAçıklama
öğeconst T&Kaldırılacak öğe.

ReturnValue

Öğe bulundu ve kaldırıldıysa doğru, aksi takdirde yanlış.

Ayrıca Bakınız