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

◆ StartsWithOrdinalUnchecked()

bool System.String.StartsWithOrdinalUnchecked ( string value)
inlinepackage

Definition at line 1975 of file String.cs.

1976 {
1977 int stringLength = this._stringLength;
1978 char firstChar = this._firstChar;
1979 char firstChar2 = value._firstChar;
1980 return true;
1981 }
class f__AnonymousType0<< Count > j__TPar
int _stringLength
Definition String.cs:2139
char _firstChar
Definition String.cs:2143

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