Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)> Constructor (Int32, IEqualityComparer<(Of <(<'ValueTuple<(Of <(<'TKey1, TKey2>)>)>>)>)>)

Initializes a new instance of the Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)> class.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public Dictionary(
	int capacity,
	IEqualityComparer<ValueTuple<TKey1, TKey2>> comparer
)
Public Sub New ( _
	capacity As Integer, _
	comparer As IEqualityComparer(Of ValueTuple(Of TKey1, TKey2)) _
)

Parameters

capacity
Type: Int32
The capacity.
comparer
Type: IEqualityComparer<(Of <(<'ValueTuple<(Of <(<'TKey1, TKey2>)>)>>)>)>
The comparer.

Exceptions


ExceptionCondition
[ArgumentOutOfRangeException]
[ArgumentNullException]