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

◆ EnsureCapacity()

void System.Collections.SortedList.EnsureCapacity ( int min)
inlineprivateinherited

Definition at line 241 of file SortedList.cs.

242 {
243 if (this.keys != null)
244 {
245 return;
246 }
247 }

References System.Collections.SortedList.keys.