ConversionFunctions.

ConversionFunctions(Project, PropertyDictionary) Constructor

Summary

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

Syntax

public ConversionFunctions(Project project, PropertyDictionary propDict)

Parameters

Name Type Description
project Project The current project.
propDict PropertyDictionary The projects property dictionary.

Return Value

Type Description
void