Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Count
int ICollection. System.Collections.ListDictionaryInternal.NodeKeyValueCollection.Count
get
private
Implements
System.Collections.ICollection
.
Definition at line
166
of file
ListDictionaryInternal.cs
.
167
{
168
get
169
{
170
int
num = 0;
171
for
(DictionaryNode dictionaryNode =
list
.
head
; dictionaryNode !=
null
; dictionaryNode = dictionaryNode.next)
172
{
173
num++;
174
}
175
return
num;
176
}
177
}
System.Collections.ListDictionaryInternal.NodeKeyValueCollection.list
readonly ListDictionaryInternal list
Definition
ListDictionaryInternal.cs:162
System.Collections.ListDictionaryInternal.head
DictionaryNode head
Definition
ListDictionaryInternal.cs:230
System
Collections
ListDictionaryInternal
NodeKeyValueCollection
Generated by
1.10.0