Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IndexOfAny() [1/3]

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

Definition at line 3275 of file String.cs.

3276 {
3277 return IndexOfAny(anyOf, 0, Length);
3278 }
int IndexOfAny(char[] anyOf)
Definition String.cs:3275

References System.String.IndexOfAny(), and System.String.Length.

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