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
IDictionary.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
System.Collections.Generic
5
{
6
// Token: 0x0200062C RID: 1580
7
public
interface
IDictionary
<TKey, TValue> :
ICollection
<KeyValuePair<TKey, TValue>>,
IEnumerable
<KeyValuePair<TKey, TValue>>,
IEnumerable
8
{
9
// Token: 0x170007CD RID: 1997
10
TValue
this
[TKey
key
] {
get
;
set
; }
11
12
// Token: 0x170007CE RID: 1998
13
// (get) Token: 0x06003089 RID: 12425
14
ICollection<TKey>
Keys
{
get
; }
15
16
// Token: 0x170007CF RID: 1999
17
// (get) Token: 0x0600308A RID: 12426
18
ICollection<TValue>
Values
{
get
; }
19
20
// Token: 0x0600308B RID: 12427
21
bool
ContainsKey
(TKey
key
);
22
23
// Token: 0x0600308C RID: 12428
24
void
Add
(TKey
key
, TValue
value
);
25
26
// Token: 0x0600308D RID: 12429
27
bool
Remove
(TKey
key
);
28
29
// Token: 0x0600308E RID: 12430
30
bool
TryGetValue
(TKey
key
, [Out] TValue
value
);
31
}
32
}
System.Collections.Generic.ICollection
Definition
ICollection.cs:7
System.Collections.Generic.IDictionary.Remove
bool Remove(TKey key)
System.Collections.Generic.IDictionary.TryGetValue
bool TryGetValue(TKey key, [Out] TValue value)
System.Collections.Generic.IDictionary.ContainsKey
bool ContainsKey(TKey key)
System.Collections.Generic.IDictionary.Values
ICollection< TValue > Values
Definition
IDictionary.cs:18
System.Collections.Generic.IDictionary.Add
void Add(TKey key, TValue value)
System.Collections.Generic.IDictionary.Keys
ICollection< TKey > Keys
Definition
IDictionary.cs:14
System.Collections.Generic.IDictionary
Definition
IDictionary.cs:8
System.Collections.Generic.IEnumerable
Definition
IEnumerable.cs:7
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.ExceptionArgument.value
@ value
System.ExceptionArgument.key
@ key
System
Definition
__ComObject.cs:4
source
mscorlib
System
Collections
Generic
IDictionary.cs
Generated by
1.10.0