Sprache

PatternDictionary<TKey,TValue>.Item[] Eigenschaft

Definition

Überlädt

Name Beschreibung
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

Parameter

index
Int32

Eigenschaftswert

TValue

Implementiert

Gilt für:

Item[TKey]

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

Parameter

key
TKey

Eigenschaftswert

TValue

Gilt für: