次の方法で共有


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

定義

TValue System.Collections.Generic.IDictionary<TKey,TValue>.Item[TKey key] { get; set; }
member this.System.Collections.Generic.IDictionary<TKey,TValue>.Item('Key) : 'Value with get, set
 Property Item(key As TKey) As TValue Implements IDictionary(Of TKey, TValue).Item

パラメーター

key
TKey

プロパティ値

TValue

実装

適用対象