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

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
)
Public Sub New ( _
	capacity As Integer _
)

Parameters

capacity
Type: Int32
The capacity.

Exceptions


ExceptionCondition
[ArgumentOutOfRangeException]