Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the item that exists at a specified key.
Namespace: Microsoft.BusinessData.Infrastructure.Collections
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
key As TKey _
) As TValue
Get
'Usage
Dim instance As IReadOnlyDictionary
Dim key As TKey
Dim value As TValue
value = instance(key)
TValue this[
TKey key
] { get; }
Parameters
key
Type: TKeyThe specified key.
Property Value
Type: TValue
See Also
Reference
IReadOnlyDictionary<TKey, TValue> Interface