IReadOnlySet 인터페이스

정의

변경할 수 없는 집합에 대한 인터페이스입니다.

public interface IReadOnlySet : Microsoft.SqlServer.Management.Sdk.Sfc.IReadOnlyCollection, System.Collections.IEnumerable
type IReadOnlySet = interface
    interface IReadOnlyCollection
    interface IEnumerable
Public Interface IReadOnlySet
Implements IEnumerable, IReadOnlyCollection
파생
구현

속성

Name Description
Count

에 포함된 IReadOnlyCollection항목 수를 가져옵니다.

(다음에서 상속됨 IReadOnlyCollection)

메서드

Name Description
IsProperSubsetOf(IEnumerable)

이 집합이 다른 집합의 하위 집합이지만 동일하지 않은지 확인합니다.

IsProperSupersetOf(IEnumerable)

이 집합이 다른 집합의 상위 집합이지만 동일하지 않은지 확인합니다.

IsSubsetOf(IEnumerable)

이 집합이 다른 집합의 하위 집합인지 확인합니다.

IsSupersetOf(IEnumerable)

이 집합이 다른 집합의 상위 집합인지 확인합니다.

Overlaps(IEnumerable)

이 집합에 다른 요소와 공통된 요소가 있는지 확인합니다.

SetEquals(IEnumerable)

이 집합에 다른 요소와 동일하고 동일한 요소만 포함되어 있는지 확인합니다.

적용 대상