Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)> Class
A dictionary that uses a compound key.
Namespace:
Tortuga.Anchor.CollectionsAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public class Dictionary<TKey1, TKey2, TValue> where TKey1 : IEquatable<TKey1> where TKey2 : IEquatable<TKey2>
Public Class Dictionary(Of TKey1 As IEquatable(Of TKey1), TKey2 As IEquatable(Of TKey2), TValue)
Type Parameters
- TKey1
- The type of the first key.
- TKey2
- The type of the second key.
- TValue
- The type of the value.
Inheritance Hierarchy
Tortuga.Anchor.Collections..::..Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)>