Propriété ReadOnlyList<T>.Item

Gets the element at the specified index.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

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

value = instance(index)
public T this[
    int index
] { get; }
public:
virtual property T default[int index] {
    T get (int index) sealed;
}
abstract Item : 'T
override Item : 'T
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

  • index
    Type : System.Int32
    The zero-based index of the element to get.

Valeur de propriété

Type : T
The element at the specified index.

Implémente

IReadOnlyList<T>.Item[Int32]

Voir aussi

Référence

ReadOnlyList<T> Structure

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc