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
IDictionary.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x200062C")]
7 public interface IDictionary<TKey, TValue> : ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x170007CD")]
10 TValue this[TKey key]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6003087")]
13 get;
14 [global::Cpp2ILInjected.Token(Token = "0x6003088")]
15 set;
16 }
17
18 [global::Cpp2ILInjected.Token(Token = "0x170007CE")]
20 {
21 [global::Cpp2ILInjected.Token(Token = "0x6003089")]
22 get;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x170007CF")]
27 {
28 [global::Cpp2ILInjected.Token(Token = "0x600308A")]
29 get;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x600308B")]
33 bool ContainsKey(TKey key);
34
35 [global::Cpp2ILInjected.Token(Token = "0x600308C")]
36 void Add(TKey key, TValue value);
37
38 [global::Cpp2ILInjected.Token(Token = "0x600308D")]
39 bool Remove(TKey key);
40
41 [global::Cpp2ILInjected.Token(Token = "0x600308E")]
42 bool TryGetValue(TKey key, out TValue value);
43 }
44}
class f__AnonymousType0<< Count > j__TPar
bool TryGetValue(TKey key, out TValue value)
void Add(TKey key, TValue value)