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