NAnt SDK Documentation - v0.92
ProjectFunctions Constructor
[Visual Basic]
Public Sub New( _
ByVal
project
As
Project
, _
ByVal
properties
As
PropertyDictionary
_
)
[C#]
public ProjectFunctions(
Project
project
,
PropertyDictionary
properties
);
See Also
ProjectFunctions Class
|
NAnt.Core.Functions Namespace