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

◆ Value

object System.Collections.ListDictionaryInternal.NodeEnumerator.Value
get

Implements System.Collections.IDictionaryEnumerator.

Definition at line 386 of file ListDictionaryInternal.cs.

387 {
388 get
389 {
391 do
392 {
393 dictionaryNode = this.current;
394 }
395 while (dictionaryNode == null);
396 return dictionaryNode.value;
397 }
398 }
class f__AnonymousType0<< Count > j__TPar