Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ConcurrentDictionary()
[7/8]
System.Collections.Concurrent.ConcurrentDictionary
< TKey, TValue >.
ConcurrentDictionary
(
int
concurrencyLevel
,
int
capacity
,
IEqualityComparer
< TKey >?
comparer
)
inline
Definition at line
391
of file
ConcurrentDictionary.cs
.
392
:
this
(
concurrencyLevel
,
capacity
,
growLockArray
:
false
,
comparer
)
393
{
394
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.capacity
@ capacity
System.ExceptionArgument.comparer
@ comparer
System
Collections
Concurrent
ConcurrentDictionary
Generated by
1.10.0