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

◆ LastIndexOfAny() [1/3]

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

Definition at line 3458 of file String.cs.

3459 {
3460 return LastIndexOfAny(anyOf, Length - 1, Length);
3461 }
int LastIndexOfAny(char[] anyOf)
Definition String.cs:3458

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

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