ReadOnlyDictionaryTKey, TValueItem Property |
Gets or sets the element with the specified key.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public TValue this[
TKey key
] { get; }
Parameters
- key
- Type: TKey
The key of the element to get or set.
Return Value
Type:
TValueThe element with the specified key.
See Also