TwinKeyDictionary TKeyX, TKeyY, TValue  MembersElecNetKit Documentation

The TwinKeyDictionary TKeyX, TKeyY, TValue  type exposes the following members.
Constructors

  NameDescription
Public methodTwinKeyDictionary TKeyX, TKeyY, TValue 
Instantiate a new dictionary.
Back to Top
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
Properties

  NameDescription
Public propertyMapX
Access the TwinKeyDictionary first by Row.
Public propertyMapY
Access the TwinKeyDictionary first by Column.
Back to Top
See Also