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