 | IReadOnlyDictionaryTKey, TValueItem Property |
Gets the element that has the specified key in the read-only dictionary.
Namespace:
EBP.Api.Misc
Assembly:
EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
SyntaxTValue this[
TKey key
] { get; }
ReadOnly Default Property Item (
key As TKey
) As TValue
Get
Parameters
- key
- Type: TKey
The key to locate.
Property Value
Type:
TValue
The element.
Return Value
Type:
TValueThe element that has the specified key in the read-only dictionary.
See Also