Поделиться через


Интерфейс 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>.)

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc