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.Specialized.ListDictionary.this[object key]
getset

Implements System.Collections.IDictionary.

Definition at line 22 of file ListDictionary.cs.

23 {
24 get
25 {
26 while (key == null)
27 {
28 }
29 IComparer comparer = this.comparer;
32 if (comparer != null)
33 {
34 if (dictionaryNode == null)
35 {
36 goto IL_0047;
37 }
38 object key2 = dictionaryNode.key;
39 if (comparer == null)
40 {
41 goto IL_004A;
42 }
44 if (next == null)
45 {
46 goto IL_0047;
47 }
48 IComparer comparer2 = this.comparer;
49 object key3 = next.key;
50 next2 = next.next;
51 }
52 while (next2 != null)
53 {
54 }
55 IL_0047:
56 IL_004A:
57 return next2.value;
58 }
59 set
60 {
61 while (key == null)
62 {
63 }
65 if (dictionaryNode == null)
66 {
67 int num = this.count;
68 this.count = num;
69 return;
70 }
71 IComparer comparer = this.comparer;
72 object key2 = dictionaryNode.key;
73 if (comparer != null)
74 {
75 return;
76 }
77 }
78 }
class f__AnonymousType0<< Count > j__TPar