FrozenDictionary<TKey,TValue>.IReadOnlyDictionary<TKey,TValue>.Item[TKey] 属性

定义

获取在只读目录中有指定键的元素。

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

参数

key
TKey

要定位的键。

属性值

TValue

在只读目录中有指定键的元素。

实现

适用于