NAnt SDK Documentation - v0.92 |
|
PropertyDictionary Constructor
Initializes a new instance of the PropertyDictionary class holding properties for the given Project instance.
[Visual Basic]
Public Sub New( _
ByVal
project As
Project _
)
[C#]
public PropertyDictionary(
Project project);
Parameters
-
project
- The project for which the dictionary will hold properties.
See Also
PropertyDictionary Class | NAnt.Core Namespace