你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ReadOnlyDictionary45<TKey,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

相应的值

适用于