ImmutableDictionary<TKey, TValue>::IDictionary::Clear Method ()
Clears this instance.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Implements
IDictionary::Clear()| Exception | Condition |
|---|---|
| NotSupportedException | The dictionary object is read-only. |
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: