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
IWrappedDictionary.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections
;
3
using
Newtonsoft.Json.Shims
;
4
5
namespace
Newtonsoft.Json.Utilities
6
{
7
// Token: 0x02000061 RID: 97
8
[
Preserve
]
9
internal
interface
IWrappedDictionary
:
IDictionary
,
ICollection
,
IEnumerable
10
{
11
// Token: 0x170000A3 RID: 163
12
// (get) Token: 0x06000376 RID: 886
13
object
UnderlyingDictionary
{
get
; }
14
}
15
}
Newtonsoft.Json.Utilities.IWrappedDictionary.UnderlyingDictionary
object UnderlyingDictionary
Definition
IWrappedDictionary.cs:13
Newtonsoft.Json.Utilities.IWrappedDictionary
Definition
IWrappedDictionary.cs:10
System.Collections.ICollection
Definition
ICollection.cs:7
System.Collections.IDictionary
Definition
IDictionary.cs:7
System.Collections.IEnumerable
Definition
IEnumerable.cs:7
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
Newtonsoft.Json.Utilities
Definition
Base64Encoder.cs:6
System.Collections
Definition
ArrayList.cs:6
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
Utilities
IWrappedDictionary.cs
Generated by
1.10.0