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

◆ AddRange()

void System.Collections.Generic.LowLevelList< T >.AddRange ( IEnumerable< T > collection)
inlineinherited

Definition at line 77 of file LowLevelList.cs.

78 {
79 int size = this._size;
80 }

References System.Collections.Generic.LowLevelList< T >._size.