Lenguaje

PatternDictionary<TKey,TValue>.Item[] Propiedad

Definición

Sobrecargas

Nombre Description
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

Parámetros

index
Int32

Valor de propiedad

TValue

Implementaciones

Se aplica a

Item[TKey]

public TValue this[TKey key] { get; }
member this.Item('Key) : 'Value
Default Public ReadOnly Property Item(key As TKey) As TValue

Parámetros

key
TKey

Valor de propiedad

TValue

Se aplica a