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

◆ SplitInternal() [2/3]

string[] System.String.SplitInternal ( string separator,
int count,
StringSplitOptions options )
inlineprivate

Definition at line 821 of file String.cs.

822 {
823 if (128 != 0)
824 {
825 int stringLength = separator._stringLength;
826 string[] array;
827 return array;
828 }
829 if (this == null || this != null)
830 {
831 return this;
832 }
833 throw new ArrayTypeMismatchException();
834 }
class f__AnonymousType0<< Count > j__TPar

References System.array, and j__TPar.