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

◆ StartsWith() [2/2]

bool System.String.StartsWith ( string value,
StringComparison comparisonType )
inline

Definition at line 358 of file String.cs.

359 {
360 while (value == null)
361 {
362 }
363 if (43151360 != 0)
364 {
366 }
367 int stringLength = this._stringLength;
368 char firstChar = this._firstChar;
369 char firstChar2 = value._firstChar;
370 bool flag;
371 return flag;
372 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo CurrentCulture
int _stringLength
Definition String.cs:2139
char _firstChar
Definition String.cs:2143

References System.String._firstChar, System.String._stringLength, System.Globalization.CultureInfo.CurrentCulture, j__TPar, and System.value.