Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ConcurrentDictionary()
[4/8]
System.Collections.Concurrent.ConcurrentDictionary
< TKey, TValue >.
ConcurrentDictionary
(
IEqualityComparer
< TKey >?
comparer
)
inline
Definition at line
346
of file
ConcurrentDictionary.cs
.
347
:
this
(
DefaultConcurrencyLevel
, 31,
growLockArray
:
true
,
comparer
)
348
{
349
}
System.Collections.Concurrent.ConcurrentDictionary.DefaultConcurrencyLevel
static int DefaultConcurrencyLevel
Definition
ConcurrentDictionary.cs:302
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.comparer
@ comparer
System
Collections
Concurrent
ConcurrentDictionary
Generated by
1.10.0