Clear Method

Dictionary<TKey, TValue>.Clear Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Removes all keys and values from the Dictionary<TKey, TValue>.

Namespace:  System.Collections.Generic
Assembly:  mscorlib (in mscorlib.dll)

public void Clear()

Implements

ICollection<T>.Clear()
IDictionary.Clear()

The Count property is set to 0, and references to other objects from elements of the collection are also released. The capacity remains unchanged.

This method is an O(n) operation, where n is the capacity of the dictionary.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft