NAnt SDK Documentation - v0.85-nightly-2005-11-09

DataTypeBaseDictionary Constructor (Int32)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the DataTypeBaseDictionary class with the specified capacity.

[Visual Basic]
Overloads Public Sub New( _
   ByVal capacity As Integer _
)
[C#]
public DataTypeBaseDictionary(
   int capacity
);

Parameters

capacity
Missing <param> documentation for capacity

Remarks

Missing <remarks> documentation for M:NAnt.Core.DataTypeBaseDictionary.#ctor(System.Int32)

See Also

DataTypeBaseDictionary Class | NAnt.Core Namespace | DataTypeBaseDictionary Constructor Overload List