Implemented interface members:
method
IsProperSupersetOf
System.Collections.Immutable.IImmutableSet<T>.IsProperSupersetOf(System.Collections.Generic.IEnumerable<T>)
1 reference to IsProperSupersetOf
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedSet_1.Builder.cs (1)
271return this.ToImmutable().IsProperSupersetOf(other);