LastIndexOf() public method

public LastIndexOf ( string s, char target, CompareOptions opt ) : int
s string
target char
opt CompareOptions
return int
Beispiel #1
0
 void LastIndexOf(string s, char c, CompareOptions opt)
 {
     Console.Error.WriteLine("cLast ({3}): {0} {1} / {2}",
                             coll.LastIndexOf(s, c, opt), s, c, opt);
 }