System::Collections::Generic::IKVCollection::Remove yöntemi

IKVCollection::Remove method

Öğeyi konteynerden kaldırır.

virtual bool System::Collections::Generic::IKVCollection<T>::Remove(const T &item) override
ParameterTypeAçıklama
öğeconst T&Kaldırılacak öğe.

ReturnValue

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

Ayrıca Bakınız