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 | |
---|---|---|
Count | Gets the number of items that are contained in the collection. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
GetEnumerator | Ereditato da IEnumerable. |
In alto