NAnt SDK Documentation - v0.92

ProjectEntryCollection Constructor

Initializes a new instance of the ProjectEntryCollection class.

Overload List

Initializes a new instance of the ProjectEntryCollection class.

public ProjectEntryCollection();

Initializes a new instance of the ProjectEntryCollection class with the specified array of ProjectEntry instances.

public ProjectEntryCollection(ProjectEntry[]);

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

public ProjectEntryCollection(ProjectEntryCollection);

See Also

ProjectEntryCollection Class | NAnt.VSNet Namespace