Remove()

IKVCollection::Remove(const T&) method

Removes item from container.

virtual bool System::Collections::Generic::IKVCollection<T>::Remove(const T &item) override

Arguments

ParameterTypeDescription
itemconst T&Item to remove.

Return Value

True if item was found and removed, false otherwise.

See Also