IReadOnlySet<T> Interface
Defines properties and methods for the generic immutable sets.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items that are contained in the collection.(Inherited from IReadOnlyCollection.) |
| Name | Description | |
|---|---|---|
![]() | Contains(T) | Determines whether the specified item is contained in the collection.(Inherited from IReadOnlyCollection<T>.) |
![]() | CopyTo(array<T>^, Int32) | Copies the elements of the collection to the specified array, starting at a particular array index.(Inherited from IReadOnlyCollection<T>.) |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
![]() | IsProperSubsetOf(IEnumerable^) | Checks if this set is a subset of another set, but differs from it.(Inherited from IReadOnlySet.) |
![]() | IsProperSubsetOf(IEnumerable<T>^) | Determines whether this set is a subset of another set, but differs from it. |
![]() | IsProperSupersetOf(IEnumerable^) | Checks if this set is a superset of another set, but differs from it.(Inherited from IReadOnlySet.) |
![]() | IsProperSupersetOf(IEnumerable<T>^) | Determines whether this set is a superset of another set, but differs from it. |
![]() | IsSubsetOf(IEnumerable^) | Checks if this set is a subset of another set.(Inherited from IReadOnlySet.) |
![]() | IsSubsetOf(IEnumerable<T>^) | Determines whether this set is a subset of another set. |
![]() | IsSupersetOf(IEnumerable^) | Checks if this set is a superset of another set.(Inherited from IReadOnlySet.) |
![]() | IsSupersetOf(IEnumerable<T>^) | Determines whether this set is a superset of another set. |
![]() | Overlaps(IEnumerable^) | Checks if this set has any elements in common with another set.(Inherited from IReadOnlySet.) |
![]() | Overlaps(IEnumerable<T>^) | Determines whether this set has any elements in common with another set. |
![]() | SetEquals(IEnumerable^) | Checks if this set contains the same and only the same elements as the other.(Inherited from IReadOnlySet.) |
![]() | SetEquals(IEnumerable<T>^) | Determines whether this set contains the same and only the same elements as the other. |

