Implemented interface members:
method
IsProperSubsetOf
System.Collections.Generic.IReadOnlySet<T>.IsProperSubsetOf(System.Collections.Generic.IEnumerable<T>)
method
IsProperSubsetOf
System.Collections.Generic.ISet<T>.IsProperSubsetOf(System.Collections.Generic.IEnumerable<T>)
2 references to IsProperSubsetOf
Microsoft.CodeAnalysis (1)
Collections\OrderedSet.cs (1)
90
=> _set.
IsProperSubsetOf
(other);
Microsoft.DotNet.XUnitAssert.Tests (1)
Utility\ReadOnlySet.cs (1)
19
public bool IsProperSubsetOf(IEnumerable<T> other) => hashSet.
IsProperSubsetOf
(other);