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
IWrappedCollection.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: 0x0200005E RID: 94
8
[
Preserve
]
9
internal
interface
IWrappedCollection
:
IList
,
ICollection
,
IEnumerable
10
{
11
// Token: 0x1700009B RID: 155
12
// (get) Token: 0x0600033A RID: 826
13
object
UnderlyingCollection
{
get
; }
14
}
15
}
Newtonsoft.Json.Utilities.IWrappedCollection.UnderlyingCollection
object UnderlyingCollection
Definition
IWrappedCollection.cs:13
Newtonsoft.Json.Utilities.IWrappedCollection
Definition
IWrappedCollection.cs:10
System.Collections.ICollection
Definition
ICollection.cs:7
System.Collections.IEnumerable
Definition
IEnumerable.cs:7
System.Collections.IList
Definition
IList.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
IWrappedCollection.cs
Generated by
1.10.0