Interfaz IReadOnlySet
Represents an interface to an immutable set.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Interface IReadOnlySet _
Inherits IReadOnlyCollection, IEnumerable
'Uso
Dim instance As IReadOnlySet
public interface IReadOnlySet : IReadOnlyCollection,
IEnumerable
public interface class IReadOnlySet : IReadOnlyCollection,
IEnumerable
type IReadOnlySet =
interface
interface IReadOnlyCollection
interface IEnumerable
end
public interface IReadOnlySet extends IReadOnlyCollection, IEnumerable
El tipo IReadOnlySet expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Gets the number of items that are contained in the collection. (Se hereda de IReadOnlyCollection.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
GetEnumerator | (Se hereda de IEnumerable.) | |
IsProperSubsetOf | Checks if this set is a subset of another set, but differs from it. | |
IsProperSupersetOf | Checks if this set is a superset of another set, but differs from it. | |
IsSubsetOf | Checks if this set is a subset of another set. | |
IsSupersetOf | Checks if this set is a superset of another set. | |
Overlaps | Checks if this set has any elements in common with another set. | |
SetEquals | Checks if this set contains the same and only the same elements as the other. |
Arriba