ConfigurationMap.

ConfigurationMap(int) Constructor

Summary

Initializes a new instance of the NAnt.VSNet.ConfigurationMap class with the specified initial capacity.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
ConfigurationMap

Syntax

public ConfigurationMap(int capacity)

Parameters

Name Type Description
capacity int The appropriate number of entries that the NAnt.VSNet.ConfigurationMap can initially contain.

Return Value

Type Description
void