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

ProjectBaseCollection Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ProjectBaseCollection class.

Overload List

Initializes a new instance of the ProjectBaseCollection class.

public ProjectBaseCollection();

Initializes a new instance of the ProjectBaseCollection class with the specified array of ProjectBase instances.

public ProjectBaseCollection(ProjectBase[]);

Initializes a new instance of the ProjectBaseCollection class with the specified ProjectBaseCollection instance.

public ProjectBaseCollection(ProjectBaseCollection);

See Also

ProjectBaseCollection Class | NAnt.VSNet Namespace