Remove()

IDictionary::Remove(const TKey&) method

Removes key from container.

virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::Remove(const TKey &key)=0

Arguments

ParameterTypeDescription
keyconst TKey&Key to remove.

Return Value

True if key was found and removed, false otherwise.

See Also