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

DataTypeBaseDictionary Constructor (IDictionary, Single, IHashCodeProvider, IComparer)

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.Core.DataTypeBaseDictionary.#ctor(System.Collections.IDictionary,System.Single,System.Collections.IHashCodeProvider,System.Collections.IComparer)

[Visual Basic]
Overloads Public Sub New( _
   ByVal dictionary As IDictionary, _
   ByVal loadFactor As Single, _
   ByVal codeProvider As IHashCodeProvider, _
   ByVal comparer As IComparer _
)
[C#]
public DataTypeBaseDictionary(
   IDictionary dictionary,
   float loadFactor,
   IHashCodeProvider codeProvider,
   IComparer comparer
);

Parameters

dictionary
Missing <param> documentation for dictionary
loadFactor
Missing <param> documentation for loadFactor
codeProvider
Missing <param> documentation for codeProvider
comparer
Missing <param> documentation for comparer

Remarks

Missing <remarks> documentation for M:NAnt.Core.DataTypeBaseDictionary.#ctor(System.Collections.IDictionary,System.Single,System.Collections.IHashCodeProvider,System.Collections.IComparer)

See Also

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