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

◆ IsNullOrWhiteSpace()

static bool System.String.IsNullOrWhiteSpace ( string value)
inlinestatic

Definition at line 1669 of file String.cs.

1670 {
1671 int num = 1;
1673 if (num == 0)
1674 {
1675 return;
1676 }
1677 }
static void ThrowIndexOutOfRangeException()

References System.ThrowHelper.ThrowIndexOutOfRangeException().