System::Collections::Generic::ICollection::Remove metod

ICollection::Remove method

Tar bort element från samlingen.

virtual bool System::Collections::Generic::ICollection<T>::Remove(const T &item)=0
ParameterTypeBeskrivning
objektconst T&Objekt att ta bort.

ReturnValue

Sant om elementet hittades och togs bort, falskt annars.

Se även