TwinKeyDictionary TKeyX, TKeyY, TValue  MethodsElecNetKit Documentation
The TwinKeyDictionary TKeyX, TKeyY, TValue  type exposes the following members.
Methods

  NameDescription
Public methodAdd
Add a new entry to the table.
Public methodContainsKey
Tests whether the dictionary contains a key at the specified XY location.
Public methodContainsKeyX
Tests whether a row exists in the dictionary.
Public methodContainsKeyY
Tests whether a column exists in the dictionary.
Public methodMerge
Imports the entries from otherDictionary into this dictionary.
Public methodMergeX
Merges in values from a dictionary of dictionaries.
Public methodMergeY
Merges in values from a dictionary of dictionaries.
Public methodOnDeserialization
Rebuilds index after deserialisation.
Public methodRemove
Remove the table entry at (X,Y).
Back to Top
See Also