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