Interfaz IReadOnlyCollection<T>
Defines properties and methods for the generic type read-only collections.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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 no admite tipos y métodos genéricos.
Parámetros de tipo
- T
The type of the element in the collection.
El tipo IReadOnlyCollection<T> expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Gets the number of items that are contained in the collection. (Se hereda de IReadOnlyCollection.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Contains | Determines whether the specified item is contained in the collection. | |
CopyTo | Copies the elements of the collection to the specified array, starting at a particular array index. | |
GetEnumerator | (Se hereda de IEnumerable<T>.) |
Arriba