TwinKeyDictionary TKeyX, TKeyY, TValue  ContainsKey Method ElecNetKit Documentation
Tests whether the dictionary contains a key at the specified XY location.

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

public bool ContainsKey(
	TKeyX keyX,
	TKeyY keyY
)

Parameters

keyX
Type: TKeyX
The row to look in.
keyY
Type: TKeyY
The column to look in.

Return Value

True if the key exists.
See Also