Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
BoundedCapacity
int
System.Collections.Concurrent.BlockingCollection
<
T
>.BoundedCapacity
get
Definition at line
31
of file
BlockingCollection.cs
.
32
{
33
get
34
{
35
CheckDisposed
();
36
return
_boundedCapacity
;
37
}
38
}
System.Collections.Concurrent.BlockingCollection.CheckDisposed
void CheckDisposed()
Definition
BlockingCollection.cs:818
System.Collections.Concurrent.BlockingCollection._boundedCapacity
int _boundedCapacity
Definition
BlockingCollection.cs:17
System
Collections
Concurrent
BlockingCollection
Generated by
1.10.0