DataTypeBaseDictionary.

DataTypeBaseDictionary(int) Constructor

Summary

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

Syntax

public DataTypeBaseDictionary(int capacity)

Parameters

Name Type Description
capacity int

Return Value

Type Description
void