IReadOnlyCollection 인터페이스
Defines properties and methods for the non-generic read-only collections.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Interface IReadOnlyCollection _
Inherits IEnumerable
‘사용 방법
Dim instance As IReadOnlyCollection
public interface IReadOnlyCollection : IEnumerable
public interface class IReadOnlyCollection : IEnumerable
type IReadOnlyCollection =
interface
interface IEnumerable
end
public interface IReadOnlyCollection extends IEnumerable
IReadOnlyCollection 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
Count | Gets the number of items that are contained in the collection. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
GetEnumerator | (IEnumerable에서 상속됨) |
맨 위로 이동