Interfaccia IReadOnlySet

Represents an interface to an immutable set.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Interface IReadOnlySet _
    Inherits IReadOnlyCollection, IEnumerable
'Utilizzo
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

Nel tipo IReadOnlySet sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of items that are contained in the collection. Ereditato da IReadOnlyCollection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetEnumerator Ereditato da IEnumerable.
Metodo pubblico IsProperSubsetOf Checks if this set is a subset of another set, but differs from it.
Metodo pubblico IsProperSupersetOf Checks if this set is a superset of another set, but differs from it.
Metodo pubblico IsSubsetOf Checks if this set is a subset of another set.
Metodo pubblico IsSupersetOf Checks if this set is a superset of another set.
Metodo pubblico Overlaps Checks if this set has any elements in common with another set.
Metodo pubblico SetEquals Checks if this set contains the same and only the same elements as the other.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc