Esempio n. 1
0
File: RdSet.cs Progetto: yvvan/rd
 public bool IsProperSupersetOf(IEnumerable <T> other) => mySet.IsProperSupersetOf(other);
 public bool IsProperSupersetOf(IEnumerable <T> other)
 {
     return(myBackingSet.IsProperSupersetOf(other));
 }