ReadOnlyDictionary<TKey, TValue>.ContainsKey Method |
Returns true if dictionary contains key.
Namespace:
OnixS.SimpleBinaryEncoding
Assembly:
OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntax public bool ContainsKey(
TKey key
)
Parameters
- key
- Type: TKey
Key object.
Return Value
Type:
BooleanTrue if dictionary contains key specified, false otherwise.
See Also