Initializes a new instance of the ProjectEntryCollection class.
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);
ProjectEntryCollection Class | NAnt.VSNet Namespace