IReadOnlyDictionary<K,T>.Item[K] 屬性

定義

取得指定鍵值。

public T this[K key] { get; }
member this.Item('K) : 'T
Default Public ReadOnly Property Item(key As K) As T

參數

key
K

關鍵在於價值。

屬性值

T

就是指定鍵的值。

適用於