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

string[] System.String.SplitInternal ( ReadOnlySpan< char > separators,
int count,
StringSplitOptions options )
inlineprivate

Definition at line 780 of file String.cs.

781 {
782 if (options != StringSplitOptions.None && this._stringLength != 0)
783 {
784 string[] array;
785 return array;
786 }
787 string[] array2;
788 return array2;
789 }
class f__AnonymousType0<< Count > j__TPar

References System.array, j__TPar, and System.options.