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

◆ LastIndexOf() [2/9]

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

Definition at line 3430 of file String.cs.

3431 {
3432 return LastIndexOf(value, startIndex, startIndex + 1);
3433 }
int LastIndexOf(char value)
Definition String.cs:3425

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