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