Language

PatternDictionary<TKey,TValue>.Item[] プロパティ

定義

オーバーロード

名前 説明
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

パラメーター

index
Int32

プロパティ値

TValue

実装

適用対象

Item[TKey]

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

パラメーター

key
TKey

プロパティ値

TValue

適用対象