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() [3/3]

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

Definition at line 799 of file String.cs.

800 {
801 if (separator == null)
802 {
803 if (separators != null)
804 {
805 }
806 string[] array;
807 return array;
808 }
809 if (count == 0 || this._stringLength == 0)
810 {
811 return 1073741824;
812 }
813 if (this == null || this != null)
814 {
815 return this;
816 }
817 throw new ArrayTypeMismatchException();
818 }
class f__AnonymousType0<< Count > j__TPar
int _stringLength
Definition String.cs:2139

References System.String._stringLength, System.array, System.count, and j__TPar.