NAnt SDK Documentation - v0.85-nightly-2005-11-09

PropertyDictionary Constructor 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.PropertyDictionary.#ctor(NAnt.Core.Project)

See Also

PropertyDictionary Class | NAnt.Core Namespace