Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Count
override
int
System.Threading.Channels.BoundedChannel
<
T
>.BoundedChannelReader.Count
get
Definition at line
28
of file
BoundedChannel.cs
.
29
{
30
get
31
{
32
BoundedChannel<T>
parent =
_parent
;
33
lock
(parent.SyncObj)
34
{
35
return
parent._items.
Count
;
36
}
37
}
38
}
System.Collections.Generic.Dictionary.Count
int Count
Definition
Dictionary.cs:682
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Threading.Channels.BoundedChannel.BoundedChannelReader._parent
readonly BoundedChannel< T > _parent
Definition
BoundedChannel.cs:16
System
Threading
Channels
BoundedChannel
BoundedChannelReader
Generated by
1.10.0