DataTypeBaseDictionary.

DataTypeBaseDictionary(int, int) Constructor

Summary

Initializes a new instance of the NAnt.Core.DataTypeBaseDictionary class.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
DataTypeBaseDictionary

Syntax

public DataTypeBaseDictionary(int capacity, int loadFactor)

Parameters

Name Type Description
capacity int The capacity.
loadFactor int The load factor.

Return Value

Type Description
void