Partilhar via


Interface IReadOnlySet

Represents an interface to an immutable set.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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

O tipo IReadOnlySet expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of items that are contained in the collection. (Herdado de IReadOnlyCollection.)

Início

Métodos

  Nome Descrição
Método público GetEnumerator (Herdado de IEnumerable.)
Método público IsProperSubsetOf Checks if this set is a subset of another set, but differs from it.
Método público IsProperSupersetOf Checks if this set is a superset of another set, but differs from it.
Método público IsSubsetOf Checks if this set is a subset of another set.
Método público IsSupersetOf Checks if this set is a superset of another set.
Método público Overlaps Checks if this set has any elements in common with another set.
Método público SetEquals Checks if this set contains the same and only the same elements as the other.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc