The TwinKeyDictionary TKeyX, TKeyY, TValue type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | TwinKeyDictionary TKeyX, TKeyY, TValue |
Instantiate a new dictionary.
|
Methods
Name | Description | |
---|---|---|
![]() | Add |
Add a new entry to the table.
|
![]() | ContainsKey |
Tests whether the dictionary contains a key at the specified XY
location.
|
![]() | ContainsKeyX |
Tests whether a row exists in the dictionary.
|
![]() | ContainsKeyY |
Tests whether a column exists in the dictionary.
|
![]() | Merge |
Imports the entries from otherDictionary into this dictionary.
|
![]() | MergeX |
Merges in values from a dictionary of dictionaries.
|
![]() | MergeY |
Merges in values from a dictionary of dictionaries.
|
![]() | OnDeserialization |
Rebuilds index after deserialisation.
|
![]() | Remove |
Remove the table entry at (X,Y).
|
Properties
Name | Description | |
---|---|---|
![]() | MapX |
Access the TwinKeyDictionary first by Row.
|
![]() | MapY |
Access the TwinKeyDictionary first by Column.
|
See Also