|
TwoWayDictionaryTFirst, TSecond Constructor (Int32)
|
Initializes a new instance of the
TwoWayDictionaryTFirst, TSecond class
that is empty, has the specified initial capacity, and uses the default equality comparer
for the key type.
Namespace:
Accord.Collections
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public TwoWayDictionary(
int capacity
)
Public Sub New (
capacity As Integer
)
Request Example
View SourceParameters
- capacity
- Type: SystemInt32
The initial number of elements that this dictionary can contain.
See Also