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

ConfigurationBase Constructor 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.ConfigurationBase.#ctor(NAnt.VSNet.ProjectBase)

See Also

ConfigurationBase Class | NAnt.VSNet Namespace