NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
FrameworkInfoDictionary Constructor (Int32, Int32)
[This is preliminary documentation and subject to change.]
Missing <summary> documentation for M:NAnt.Core.FrameworkInfoDictionary.#ctor(System.Int32,System.Int32)
[Visual Basic]
Overloads Public Sub New( _
ByVal
capacity As
Integer, _
ByVal
loadFactor As
Integer _
)
[C#]
public FrameworkInfoDictionary(
int capacity,
int loadFactor);
Parameters
-
capacity
-
Missing <param> documentation for capacity
-
loadFactor
-
Missing <param> documentation for loadFactor
Remarks
Missing <remarks> documentation for M:NAnt.Core.FrameworkInfoDictionary.#ctor(System.Int32,System.Int32)
See Also
FrameworkInfoDictionary Class | NAnt.Core Namespace | FrameworkInfoDictionary Constructor Overload List