PatternDictionary<TKey,TValue>.Item[] Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| Item[Int32] | |
| Item[TKey] |
Item[Int32]
public TValue this[int index] { get; set; }
member this.Item(int) : 'Value with get, set
Default Public Property Item(index As Integer) As TValue
Parametri
- index
- Int32
Valore della proprietà
TValue
Implementazioni
Si applica a
Item[TKey]
public TValue this[TKey key] { get; }
member this.Item('Key) : 'Value
Default Public ReadOnly Property Item(key As TKey) As TValue
Parametri
- key
- TKey
Valore della proprietà
TValue