Interface IReadOnlyCollection<T>

Defines properties and methods for the generic type read-only collections.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Interface IReadOnlyCollection(Of T) _
    Inherits IReadOnlyCollection, IEnumerable(Of T), IEnumerable
'Utilisation
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 ne prend pas en charge les types et les méthodes génériques.

Paramètres de type

  • T
    The type of the element in the collection.

Le type IReadOnlyCollection<T> expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Gets the number of items that are contained in the collection. (hérité de IReadOnlyCollection.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Contains Determines whether the specified item is contained in the collection.
Méthode publique CopyTo Copies the elements of the collection to the specified array, starting at a particular array index.
Méthode publique GetEnumerator (hérité de IEnumerable<T>.)

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc