Click or drag to resize
KeyedCommandifiedListT, TKeyValueContainsKey Method
Determines whether the specified key is present

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public bool ContainsKey(
	TKeyValue key
)

Parameters

key
Type: TKeyValue
The key.

Return Value

Type: Boolean
if the specified key is present, false otherwise.
See Also