forwardReadOnlyDictionary(TKey, TValue) Methods   Table of ContentTryGetValue Method forward
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
C#
public bool ContainsKey(
	TKey key
)

Parameters

key
Type: TKey
Key object.

Return Value

Type: Boolean
True if dictionary contains key specified, false otherwise.
See Also