|
| .NET Framework Class Library |
| ConcurrentDictionary<(Of <(TKey, TValue>)>) Constructor |
| ConcurrentDictionary<(Of <(TKey, TValue>)>) Class See Also Send Feedback |
Initializes a new instance of the ConcurrentDictionary<(Of <(TKey, TValue>)>)
class that is empty, has the default concurrency level, has the default initial capacity, and
uses the default comparer for the key type.
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New |
| C# |
|---|
public ConcurrentDictionary() |