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
IArrayPool.cs
Go to the documentation of this file.
1
using
System
;
2
using
Newtonsoft.Json.Shims
;
3
4
namespace
Newtonsoft.Json
5
{
6
// Token: 0x02000012 RID: 18
7
[
Preserve
]
8
public
interface
IArrayPool
<T>
9
{
10
// Token: 0x0600002D RID: 45
11
T[]
Rent
(
int
minimumLength
);
12
13
// Token: 0x0600002E RID: 46
14
void
Return
(T[]
array
);
15
}
16
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Newtonsoft.Json.IArrayPool.Rent
T[] Rent(int minimumLength)
Newtonsoft.Json.IArrayPool.Return
void Return(T[] array)
Newtonsoft.Json.IArrayPool
Definition
IArrayPool.cs:9
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
Newtonsoft.Json
Definition
BsonArray.cs:8
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System.ExceptionArgument.array
@ array
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
IArrayPool.cs
Generated by
1.10.0