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