Partilhar via


Interface IReadOnlyCollection<T>

Defines properties and methods for the generic type 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(Of T) _
    Inherits IReadOnlyCollection, IEnumerable(Of T), IEnumerable
'Uso
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 não dá suporte a tipos e métodos genéricos.

Parâmetros de tipo

  • T
    The type of the element in the collection.

O tipo IReadOnlyCollection<T> expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of items that are contained in the collection. (Herdado de IReadOnlyCollection.)

Início

Métodos

  Nome Descrição
Método público Contains Determines whether the specified item is contained in the collection.
Método público CopyTo Copies the elements of the collection to the specified array, starting at a particular array index.
Método público GetEnumerator (Herdado de IEnumerable<T>.)

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc