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. |
맨 위로 이동