Поделиться через


Интерфейс IReadOnlySet

Represents an interface to an immutable set.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Interface IReadOnlySet _
    Inherits IReadOnlyCollection, IEnumerable
'Применение
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

Тип IReadOnlySet обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Count Gets the number of items that are contained in the collection. (Производный от IReadOnlyCollection.)

В начало

Методы

  Имя Описание
Открытый метод GetEnumerator (Производный от 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.

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc