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

◆ Parse() [2/3]

static short System.Int16.Parse ( string s,
IFormatProvider provider )
inlinestatic

Definition at line 104 of file Int16.cs.

105 {
107 char c;
108 while (c != '\0')
109 {
110 }
111 short num;
112 return num;
113 }
static void ThrowArgumentNullException(ExceptionArgument argument)

References System.ThrowHelper.ThrowArgumentNullException().