PropertyDictionary.

PropertyDictionary(Project) Constructor

Summary

Initializes a new instance of the NAnt.Core.PropertyDictionary class holding properties for the given NAnt.Core.PropertyDictionary.Project instance.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
PropertyDictionary

Syntax

public PropertyDictionary(Project project)

Parameters

Name Type Description
project Project The project for which the dictionary will hold properties.

Return Value

Type Description
void