Compartilhar via


IReadOnlyCollection<T>.Item propriedade

Obtém o item em um índice especificado.

Namespace:  Microsoft.BusinessData.Infrastructure.Collections
Assembly:  Microsoft.BusinessData (em Microsoft.BusinessData.dll)

Sintaxe

'Declaração
ReadOnly Property Item ( _
    index As Integer _
) As T
    Get
'Uso
Dim instance As IReadOnlyCollection
Dim index As Integer
Dim value As T

value = instance.Item(index)
T this[
    int index
] { get; }

Parâmetros

  • index
    Tipo: System.Int32

    O índice do item a ser retornado.

Valor de propriedade

Tipo: T

Ver também

Referência

IReadOnlyCollection<T> interface

IReadOnlyCollection<T> membros

Microsoft.BusinessData.Infrastructure.Collections namespace