ExpressionEvaluator.

ExpressionEvaluator(Project, PropertyDictionary, Hashtable, Stack) Constructor

Summary

Initializes a new instance of the NAnt.Core.ExpressionEvaluator class.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
ExpressionEvaluator

Syntax

public ExpressionEvaluator(Project project, PropertyDictionary properties, Hashtable state, Stack visiting)

Parameters

Name Type Description
project Project The project.
properties PropertyDictionary The projects properties.
state Hashtable The state.
visiting Stack The visiting.

Return Value

Type Description
void