Exemple #1
0
 public int LastIndexOf(T value)
 {
     return(IntLong.ToInt(inner.LastIndexOf(value)));
 }