TwinKeyDictionary TKeyX, TKeyY, TValue  ContainsKeyY Method ElecNetKit Documentation
Tests whether a column 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 ContainsKeyY(
	TKeyY keyY
)

Parameters

keyY
Type: TKeyY
The key of the column to test for.

Return Value

True if the column exists.
See Also