terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Count

int ICollection. System.Collections.ListDictionaryInternal.NodeKeyValueCollection.Count
getprivate

Implements System.Collections.ICollection.

Definition at line 481 of file ListDictionaryInternal.cs.

482 {
483 get
484 {
485 for (;;)
486 {
488 if (head == null || head.next == null)
489 {
490 return;
491 }
492 }
493 }
494 }
class f__AnonymousType0<< Count > j__TPar
ListDictionaryInternal.DictionaryNode head