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

◆ IndexOfAny() [3/5]

int System.String.IndexOfAny ( char[] anyOf)
inline

Definition at line 1224 of file String.cs.

1225 {
1226 int stringLength = this._stringLength;
1227 long num = 0L;
1228 return this.IndexOfAny(anyOf, (int)num, stringLength);
1229 }
class f__AnonymousType0<< Count > j__TPar
int _stringLength
Definition String.cs:2139
int IndexOfAny(char[] anyOf)
Definition String.cs:1224

References System.String._stringLength, System.String.IndexOfAny(), j__TPar, and System.L.

Referenced by System.String.IndexOfAny(), and System.String.IndexOfAny().