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

◆ GenerateRandomStringImpl()

static string Ionic.Zip.SharedUtilities.GenerateRandomStringImpl ( int length,
int delta )
inlinestaticpackage

Definition at line 234 of file SharedUtilities.cs.

235 {
236 if (length == 0)
237 {
238 }
239 string text;
240 return text;
241 }

References System.length, and System.text.

Referenced by Ionic.Zip.SharedUtilities.InternalGetTempFileName().