Exemple #1
0
 public int FindLastIndex(Predicate <T> match)
 {
     return(IntLong.ToInt(inner.FindLastIndex(match)));
 }