PostSharpAPI ReferencePost­Sharp.​Patterns.​CollectionsAdvisable­Dictionary<TKey, TValue>Clear
Open sandboxFocus

Method Clear

Clear()

Removes all elements from the IDictionary object.

Declaration
public void Clear()
Exceptions
Type Condition
NotSupportedException

The IDictionary object is read-only.