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

◆ LastIndexOf() [4/9]

int System.String.LastIndexOf ( string value)
inline

Definition at line 3519 of file String.cs.

3520 {
3521 return LastIndexOf(value, Length - 1, Length, StringComparison.CurrentCulture);
3522 }
int LastIndexOf(char value)
Definition String.cs:3425

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