Exemple #1
0
 public virtual Set <T> intersection(Bag <T> other)
 {
     return(new Set <T>(this.Intersect(other)));
 }