FrameworkFunctions.

FrameworkFunctions(Project, PropertyDictionary) Constructor

Summary

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

Syntax

public FrameworkFunctions(Project project, PropertyDictionary properties)

Parameters

Name Type Description
project Project The parent project.
properties PropertyDictionary The projects properties.

Return Value

Type Description
void