|
| .NET Framework Class Library |
| ConcurrentDictionary<(Of <(TKey, TValue>)>)..::.Clear Method |
| ConcurrentDictionary<(Of <(TKey, TValue>)>) Class See Also Send Feedback |
Removes all keys and values from the ConcurrentDictionary<(Of <(TKey, TValue>)>).
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub Clear |
| C# |
|---|
public void Clear() |
Implements
ICollection<(Of <(T>)>)..::.Clear()()()IDictionary..::.Clear()()()