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

◆ LastIndexOf() [5/9]

int System.String.LastIndexOf ( string value,
int startIndex )
inline

Definition at line 3524 of file String.cs.

3525 {
3526 return LastIndexOf(value, startIndex, startIndex + 1, StringComparison.CurrentCulture);
3527 }
int LastIndexOf(char value)
Definition String.cs:3425

References System.String.LastIndexOf(), System.startIndex, and System.value.