ImmutableDictionary<TKey, TValue>::IDictionary::Remove Method (Object^)
Removes the element with the specified key from the immutable dictionary object.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- key
-
Type:
System::Object^
The key of the element to remove.
Implements
IDictionary::Remove(Object^)This member is an explicit interface member implementation. It can be used only when the ImmutableDictionary<TKey, TValue> instance is cast to an IDictionary interface.
Show: