TwinKeyDictionary TKeyX, TKeyY, TValue  Remove Method ElecNetKit Documentation
Remove the table entry at (X,Y).

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

public void Remove(
	TKeyX keyX,
	TKeyY keyY
)

Parameters

keyX
Type: TKeyX
The X location of the value to remove.
keyY
Type: TKeyY
The Y location of the value to remove.
See Also