Condividi tramite


Interfaccia IReadOnlyCollection

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

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Interface IReadOnlyCollection _
    Inherits IEnumerable
'Utilizzo
Dim instance As IReadOnlyCollection
public interface IReadOnlyCollection : IEnumerable
public interface class IReadOnlyCollection : IEnumerable
type IReadOnlyCollection =  
    interface 
        interface IEnumerable 
    end
public interface IReadOnlyCollection extends IEnumerable

Nel tipo IReadOnlyCollection sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of items that are contained in the collection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetEnumerator Ereditato da IEnumerable.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc