SerializableDictionaryTKey, TVal Constructor (Int32, IEqualityComparerTKey) |
Construct the dictionary with a known initial size and using the equality item comparer.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public SerializableDictionary(
int capacity,
IEqualityComparer<TKey> comparer
)
Public Sub New (
capacity As Integer,
comparer As IEqualityComparer(Of TKey)
)
Parameters
- capacity
- Type: SystemInt32
The initial capacity of the dictionary. - comparer
- Type: System.Collections.GenericIEqualityComparerTKey
The equality comparer to use.
See Also