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