Compartir a través de


Interfaz IReadOnlyList<T>

Defines properties and methods for the generic immutable list of objects that can be accessed by index.

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 IReadOnlyList(Of T) _
    Inherits IReadOnlyCollection(Of T), IReadOnlyCollection, IEnumerable(Of T),  _
    IEnumerable
'Uso
Dim instance As IReadOnlyList(Of T)
public interface IReadOnlyList<T> : IReadOnlyCollection<T>, 
    IReadOnlyCollection, IEnumerable<T>, IEnumerable
generic<typename T>
public interface class IReadOnlyList : IReadOnlyCollection<T>, 
    IReadOnlyCollection, IEnumerable<T>, IEnumerable
type IReadOnlyList<'T> =  
    interface 
        interface IReadOnlyCollection<'T>
        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 elements in the list.

El tipo IReadOnlyList<T> expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of items that are contained in the collection. (Se hereda de IReadOnlyCollection.)
Propiedad pública Item Gets the element at the specified index.

Arriba

Métodos

  Nombre Descripción
Método público Contains Determines whether the specified item is contained in the collection. (Se hereda de IReadOnlyCollection<T>.)
Método público CopyTo Copies the elements of the collection to the specified array, starting at a particular array index. (Se hereda de IReadOnlyCollection<T>.)
Método público GetEnumerator (Se hereda de IEnumerable<T>.)

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc