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.
1using System;
3
4namespace Newtonsoft.Json
5{
6 // Token: 0x02000012 RID: 18
8 public interface IArrayPool<T>
9 {
10 // Token: 0x0600002D RID: 45
12
13 // Token: 0x0600002E RID: 46
14 void Return(T[] array);
15 }
16}
class f__AnonymousType0<< Count > j__TPar
T[] Rent(int minimumLength)
void Return(T[] array)