A Twin-Key dictionary, useful for working with tables of data, such as
sensitivities. Can index by either key or both. Could also be interpreted
as a sparse matrix with flexible types for the rows and cols.
Inheritance Hierarchy

ElecNetKit.Util TwinKeyDictionary TKeyX, TKeyY, TValue
Namespace: ElecNetKit.Util
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax
[SerializableAttribute] public class TwinKeyDictionary<TKeyX, TKeyY, TValue> : IDeserializationCallback
Type Parameters
- TKeyX
- One type to index on.
- TKeyY
- The other type to index on.
- TValue
- The type of the value.
See Also