Интерфейс 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>.) |
В начало