terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
DictionaryEntry.cs
Go to the documentation of this file.
1using System;
7
8namespace System.Collections
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20005E1")]
11 [global::System.Serializable]
12 public struct DictionaryEntry
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6002D9B")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1C06EB4", Offset = "0x1C06EB4", Length = "0x8")]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Runtime.Remoting.Messaging.MessageDictionary.DictionaryEnumerator", Member = "get_Entry", ReturnType = typeof(DictionaryEntry))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader.ResourceEnumerator), Member = "get_Entry", ReturnType = typeof(DictionaryEntry))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Concurrent.ConcurrentDictionary`2.DictionaryEnumerator", Member = "get_Entry", ReturnType = typeof(DictionaryEntry))]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Concurrent.ConcurrentDictionary<, >), Member = "CopyToEntries", MemberParameters = new object[]
20 {
21 typeof(DictionaryEntry[]),
22 typeof(int)
23 }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.Enumerator), Member = "System.Collections.IEnumerator.get_Current", ReturnType = typeof(object))]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >.Enumerator), Member = "System.Collections.IDictionaryEnumerator.get_Entry", ReturnType = typeof(DictionaryEntry))]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.Dictionary<, >), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
27 {
28 typeof(global::System.Array),
29 typeof(int)
30 }, ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyDescriptorCollection.PropertyDescriptorEnumerator", Member = "get_Entry", ReturnType = typeof(DictionaryEntry))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.ListDictionary.NodeEnumerator", Member = "get_Entry", ReturnType = typeof(DictionaryEntry))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.ListDictionary", Member = "CopyTo", MemberParameters = new object[]
34 {
35 typeof(global::System.Array),
36 typeof(int)
37 }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.OrderedDictionary.OrderedDictionaryEnumerator", Member = "get_Entry", ReturnType = typeof(DictionaryEntry))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.OrderedDictionary", Member = "set_Item", MemberParameters = new object[]
40 {
41 typeof(object),
42 typeof(object)
43 }, ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.OrderedDictionary", Member = "Add", MemberParameters = new object[]
45 {
46 typeof(object),
47 typeof(object)
48 }, ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2.Enumerator", Member = "System.Collections.IDictionaryEnumerator.get_Entry", ReturnType = typeof(DictionaryEntry))]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2.Enumerator", Member = "System.Collections.IEnumerator.get_Current", ReturnType = typeof(object))]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DictionaryWrapper`2.DictionaryEnumerator`2", Member = "get_Current", ReturnType = typeof(object))]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 16)]
53 public DictionaryEntry(object key, object value)
54 {
55 throw null;
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x170006F3")]
59 public object Key
60 {
61 [global::Cpp2ILInjected.Token(Token = "0x6002D9C")]
62 [global::Cpp2ILInjected.Address(RVA = "0x1C06EBC", Offset = "0x1C06EBC", Length = "0x8")]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
64 get
65 {
66 throw null;
67 }
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x170006F4")]
71 public object Value
72 {
73 [global::Cpp2ILInjected.Token(Token = "0x6002D9D")]
74 [global::Cpp2ILInjected.Address(RVA = "0x1C06EC4", Offset = "0x1C06EC4", Length = "0x8")]
75 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
76 get
77 {
78 throw null;
79 }
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x400199F")]
83 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
84 private object _key;
85
86 [global::Cpp2ILInjected.Token(Token = "0x40019A0")]
87 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
88 private object _value;
89 }
90}
class f__AnonymousType0<< Count > j__TPar
DictionaryEntry(object key, object value)