IReadOnlySet Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An interface to an immutable set.
public interface IReadOnlySet : Microsoft.SqlServer.Management.Sdk.Sfc.IReadOnlyCollection, System.Collections.IEnumerable
type IReadOnlySet = interface
interface IReadOnlyCollection
interface IEnumerable
Public Interface IReadOnlySet
Implements IEnumerable, IReadOnlyCollection
- Derived
- Implements
Properties
Count |
Gets the number of items contained in the IReadOnlyCollection. (Inherited from IReadOnlyCollection) |
Methods
IsProperSubsetOf(IEnumerable) |
Check if this set is a subset of other, but not the same as it. |
IsProperSupersetOf(IEnumerable) |
Check if this set is a superset of other, but not the same as it. |
IsSubsetOf(IEnumerable) |
Check if this set is a subset of other. |
IsSupersetOf(IEnumerable) |
Check if this set is a superset of other. |
Overlaps(IEnumerable) |
Check if this set has any elements in common with other. |
SetEquals(IEnumerable) |
Check if this set contains the same and only the same elements as other. |