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