2 implementations of IsSupersetOf
System (1)
compmod\system\collections\generic\sortedset.cs (1)
1396
public bool
IsSupersetOf
(IEnumerable<T> other) {
System.Core (1)
System\Collections\Generic\HashSet.cs (1)
692
public bool
IsSupersetOf
(IEnumerable<T> other) {