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