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

◆ MakeSeparatorList() [3/3]

void System.String.MakeSeparatorList ( string[] separators,
ValueListBuilder< int > sepListBuilder,
ValueListBuilder< int > lengthListBuilder )
inlineprivate

Definition at line 878 of file String.cs.

879 {
880 int stringLength = this._stringLength;
883 int stringLength2 = this._stringLength;
884 }
class f__AnonymousType0<< Count > j__TPar
int _stringLength
Definition String.cs:2139
static void ThrowIndexOutOfRangeException()

References System.String._stringLength, j__TPar, and System.ThrowHelper.ThrowIndexOutOfRangeException().