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

void System.String.MakeSeparatorList ( string separator,
ValueListBuilder< int > sepListBuilder )
inlineprivate

Definition at line 866 of file String.cs.

867 {
868 int stringLength = this._stringLength;
869 int stringLength2 = separator._stringLength;
871 int stringLength3 = separator._stringLength;
873 int stringLength4 = this._stringLength;
874 sepListBuilder.Grow();
875 }
class f__AnonymousType0<< Count > j__TPar
int _stringLength
Definition String.cs:2139
static void ThrowIndexOutOfRangeException()

References System.String._stringLength, System.Collections.Generic.ValueListBuilder< T >.Grow(), j__TPar, and System.ThrowHelper.ThrowIndexOutOfRangeException().