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
3
namespace
System.Collections
4
{
5
// Token: 0x020005E5 RID: 1509
6
public
interface
IDictionary
:
ICollection
,
IEnumerable
7
{
8
// Token: 0x170006F9 RID: 1785
9
object
this
[
object
key
] {
get
;
set
; }
10
11
// Token: 0x170006FA RID: 1786
12
// (get) Token: 0x06002DAA RID: 11690
13
ICollection
Keys
{
get
; }
14
15
// Token: 0x170006FB RID: 1787
16
// (get) Token: 0x06002DAB RID: 11691
17
ICollection
Values
{
get
; }
18
19
// Token: 0x06002DAC RID: 11692
20
bool
Contains
(
object
key
);
21
22
// Token: 0x06002DAD RID: 11693
23
void
Add
(
object
key
,
object
value
);
24
25
// Token: 0x06002DAE RID: 11694
26
void
Clear
();
27
28
// Token: 0x170006FC RID: 1788
29
// (get) Token: 0x06002DAF RID: 11695
30
bool
IsReadOnly
{
get
; }
31
32
// Token: 0x170006FD RID: 1789
33
// (get) Token: 0x06002DB0 RID: 11696
34
bool
IsFixedSize
{
get
; }
35
36
// Token: 0x06002DB1 RID: 11697
37
IDictionaryEnumerator
GetEnumerator
();
38
39
// Token: 0x06002DB2 RID: 11698
40
void
Remove
(
object
key
);
41
}
42
}
System.Collections.ICollection
Definition
ICollection.cs:7
System.Collections.IDictionaryEnumerator
Definition
IDictionaryEnumerator.cs:7
System.Collections.IDictionary.Clear
void Clear()
System.Collections.IDictionary.Keys
ICollection Keys
Definition
IDictionary.cs:13
System.Collections.IDictionary.GetEnumerator
IDictionaryEnumerator GetEnumerator()
System.Collections.IDictionary.Remove
void Remove(object key)
System.Collections.IDictionary.IsReadOnly
bool IsReadOnly
Definition
IDictionary.cs:30
System.Collections.IDictionary.Contains
bool Contains(object key)
System.Collections.IDictionary.Values
ICollection Values
Definition
IDictionary.cs:17
System.Collections.IDictionary.IsFixedSize
bool IsFixedSize
Definition
IDictionary.cs:34
System.Collections.IDictionary.Add
void Add(object key, object value)
System.Collections.IDictionary
Definition
IDictionary.cs:7
System.Collections.IEnumerable
Definition
IEnumerable.cs:7
System.Collections
Definition
ArrayList.cs:6
System.ExceptionArgument.value
@ value
System.ExceptionArgument.key
@ key
System
Definition
__ComObject.cs:4
source
mscorlib
System
Collections
IDictionary.cs
Generated by
1.10.0