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

◆ SetCapacity()

void System.Collections.Queue.SetCapacity ( int capacity)
inlineprivate

Definition at line 270 of file Queue.cs.

271 {
272 int size = this._size;
273 int head = this._head;
274 int size2 = this._size;
275 object[] array = this._array;
276 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.Queue._array, System.Collections.Queue._head, System.Collections.Queue._size, System.array, and j__TPar.