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

◆ SplitName()

static void System.RuntimeType.SplitName ( string fullname,
[Out] string name,
[Out] string ns )
inlinestaticprivate

Definition at line 54 of file RuntimeType.cs.

55 {
56 if (fullname != null)
57 {
58 long num = 0L;
59 int num2;
60 int stringLength = fullname.Substring((int)num, num2)._stringLength;
61 int stringLength2 = fullname._stringLength;
62 string text = fullname.Substring((int)num, num2);
63 return;
64 }
65 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, and System.text.