DataTypeBaseDictionary.

DataTypeBaseDictionary(IDictionary, IHashCodeProvider, IComparer) Constructor

Summary

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

Syntax

public DataTypeBaseDictionary(IDictionary dictionary, IHashCodeProvider codeProvider, IComparer comparer)

Parameters

Name Type Description
dictionary IDictionary The dictionary.
codeProvider IHashCodeProvider The code provider.
comparer IComparer The comparer.

Return Value

Type Description
void