OrderedCollectionBase<T>.Item[] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| Item[Int32] | |
| Item[String] |
Item[Int32]
public T this[int index] { get; }
member this.Item(int) : 'T
Default Public ReadOnly Property Item(index As Integer) As T
Paramètres
- index
- Int32
Valeur de propriété
T
Implémente
S’applique à
Item[String]
public T this[string name] { get; set; }
member this.Item(string) : 'T with get, set
Default Public Property Item(name As String) As T
Paramètres
- name
- String
Valeur de propriété
T