Partager via


IReadOnlyCollection<T>.Item - Propriété

Obtient l'élément à un index spécifié.

Espace de noms :  Microsoft.BusinessData.Infrastructure.Collections
Assembly :  Microsoft.BusinessData (dans Microsoft.BusinessData.dll)

Syntaxe

'Déclaration
ReadOnly Property Item ( _
    index As Integer _
) As T
    Get
'Utilisation
Dim instance As IReadOnlyCollection
Dim index As Integer
Dim value As T

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

Paramètres

  • index
    Type : System.Int32

    L'index de l'élément à retourner.

Valeur de propriété

Type : T

Voir aussi

Référence

IReadOnlyCollection<T> interface

IReadOnlyCollection<T> - Membres

Microsoft.BusinessData.Infrastructure.Collections - Espace de noms