TwinKeyDictionary TKeyX, TKeyY, TValue  Add Method ElecNetKit Documentation
Add a new entry to the table.

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

public void Add(
	TKeyX keyX,
	TKeyY keyY,
	TValue value
)

Parameters

keyX
Type: TKeyX
The X parameter.
keyY
Type: TKeyY
The Y parameter.
value
Type: TValue
The value to store at (X,Y).
See Also