NAnt SDK Documentation - v0.92

ProjectBaseCollection Constructor

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