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