IReadOnlyCollection<T> 인터페이스
Defines properties and methods for the generic type read-only collections.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Interface IReadOnlyCollection(Of T) _
Inherits IReadOnlyCollection, IEnumerable(Of T), IEnumerable
‘사용 방법
Dim instance As IReadOnlyCollection(Of T)
public interface IReadOnlyCollection<T> : IReadOnlyCollection,
IEnumerable<T>, IEnumerable
generic<typename T>
public interface class IReadOnlyCollection : IReadOnlyCollection,
IEnumerable<T>, IEnumerable
type IReadOnlyCollection<'T> =
interface
interface IReadOnlyCollection
interface IEnumerable<'T>
interface IEnumerable
end
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.
유형 매개 변수
- T
The type of the element in the collection.
IReadOnlyCollection<T> 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
Count | Gets the number of items that are contained in the collection. (IReadOnlyCollection에서 상속됨) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Contains | Determines whether the specified item is contained in the collection. | |
CopyTo | Copies the elements of the collection to the specified array, starting at a particular array index. | |
GetEnumerator | (IEnumerable<T>에서 상속됨) |
맨 위로 이동