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

◆ Key

object System.Collections.ListDictionaryInternal.NodeEnumerator.Key
get

Implements System.Collections.IDictionaryEnumerator.

Definition at line 370 of file ListDictionaryInternal.cs.

371 {
372 get
373 {
375 do
376 {
377 dictionaryNode = this.current;
378 }
379 while (dictionaryNode == null);
380 return dictionaryNode.key;
381 }
382 }
class f__AnonymousType0<< Count > j__TPar