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

◆ this[object key]

object System.Collections.ListDictionaryInternal.this[object key]
getset

Implements System.Collections.IDictionary.

Definition at line 16 of file ListDictionaryInternal.cs.

17 {
18 get
19 {
20 while (key == null)
21 {
22 }
25 if (dictionaryNode != null)
26 {
27 object key2 = dictionaryNode.key;
28 next = dictionaryNode.next;
29 while (next != null)
30 {
31 }
32 }
33 return next.value;
34 }
35 set
36 {
37 for (;;)
38 {
39 if (key != null)
40 {
42 if (dictionaryNode == null)
43 {
44 goto IL_001D;
45 }
46 object key2 = dictionaryNode.key;
47 if (dictionaryNode.next == null)
48 {
49 break;
50 }
51 }
52 }
53 return;
54 IL_001D:
55 int num = this.count;
56 this.count = num;
57 }
58 }
class f__AnonymousType0<< Count > j__TPar
ListDictionaryInternal.DictionaryNode head