Interface IReadOnlyCollection
Defines properties and methods for the non-generic read-only collections.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Interface IReadOnlyCollection _
Inherits IEnumerable
'Uso
Dim instance As IReadOnlyCollection
public interface IReadOnlyCollection : IEnumerable
public interface class IReadOnlyCollection : IEnumerable
type IReadOnlyCollection =
interface
interface IEnumerable
end
public interface IReadOnlyCollection extends IEnumerable
O tipo IReadOnlyCollection expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of items that are contained in the collection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
GetEnumerator | (Herdado de IEnumerable.) |
Início