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 命名空间