System::Collections::Generic::IDictionary::Remove method

IDictionary::Remove method

Removes key from container.

virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::Remove(const TKey &key)=0
ParameterTypeDescription
keyconst TKey&Key to remove.

ReturnValue

True if key was found and removed, false otherwise.

See Also