NAnt SDK Documentation - v0.92

ConfigurationBase Constructor 

Initializes a new instance of the ConfigurationBase class with the given ProjectBase.

[Visual Basic]
Protected Sub New( _
   ByVal project As ProjectBase _
)
[C#]
protected ConfigurationBase(
   ProjectBase project
);

Parameters

project
The project of the configuration.

See Also

ConfigurationBase Class | NAnt.VSNet Namespace