Summary
Initializes a new instance of the
NAnt.Core.DataTypeBaseDictionary
class.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Data
Type Base Dictionary
Syntax
public DataTypeBaseDictionary(int capacity, float loadFactor, IHashCodeProvider codeProvider, IComparer comparer)
Parameters
Name | Type | Description |
---|---|---|
capacity | int | The capacity. |
loadFactor | float | The load factor. |
codeProvider | IHashCodeProvider | The code provider. |
comparer | IComparer | The comparer. |
Return Value
Type | Description |
---|---|
void |