cdeConcurrentDictionary<(Of <(<'TKey, TValue>)>)> Constructor
Overload List
Name | Description | |
---|---|---|
cdeConcurrentDictionary<(Of <(<'TKey, TValue>)>)>()()()() |
Default constructor
|
|
cdeConcurrentDictionary<(Of <(<'TKey, TValue>)>)>(IDictionary<(Of <<'(TKey, TValue>)>>)) |
Constructor with incoming dictionary
|
|
cdeConcurrentDictionary<(Of <(<'TKey, TValue>)>)>(IEqualityComparer<(Of <<'(TKey>)>>)) |
constructor with incoming comparer
|
|
cdeConcurrentDictionary<(Of <(<'TKey, TValue>)>)>(IDictionary<(Of <<'(TKey, TValue>)>>), IEqualityComparer<(Of <<'(TKey>)>>)) |
constructor with incoming comparer and dictionary
|