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

◆ SplitKeepEmptyEntries()

string[] System.String.SplitKeepEmptyEntries ( ReadOnlySpan< int > sepList,
ReadOnlySpan< int > lengthList,
int defaultLength,
int count )
inlineprivate

Definition at line 837 of file String.cs.

838 {
839 int stringLength = this._stringLength;
840 string text;
841 if (text == null || text != null)
842 {
843 return text;
844 }
845 throw new ArrayTypeMismatchException();
846 }
class f__AnonymousType0<< Count > j__TPar
int _stringLength
Definition String.cs:2139

References System.String._stringLength, j__TPar, and System.text.