TwinKeyDictionary TKeyX, TKeyY, TValue  ContainsKeyX Method ElecNetKit Documentation
Tests whether a row exists in the dictionary.

Namespace: ElecNetKit.Util
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public bool ContainsKeyX(
	TKeyX keyX
)

Parameters

keyX
Type: TKeyX
The row to test existence of.

Return Value

True if the row exists.
See Also