Свойство IReadOnlyDictionary<K, T>.Item
Gets the value associated with the specified key.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
ReadOnly Default Property Item ( _
key As K _
) As T
Get
'Применение
Dim instance As IReadOnlyDictionary
Dim key As K
Dim value As T
value = instance(key)
T this[
K key
] { get; }
property T default[K key] {
T get (K key);
}
abstract Item : 'T
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- key
Тип: K
The key of the value to get.
Значение свойства
Тип: T
The value of the specified key.