ImmutableDictionary<TKey, TValue>::IDictionary::Remove Method (Object^)

 

Removes the element with the specified key from the immutable dictionary object.

Namespace:   System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

private:
virtual void Remove(
	Object^ key
) sealed = IDictionary::Remove

Parameters

key
Type: System::Object^

The key of the element to remove.

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.

Return to top
Show: