Initializes a new instance of the LibraryCollection class.
Initializes a new instance of the LibraryCollection class.
public LibraryCollection();
Initializes a new instance of the LibraryCollection class with the specified array of Library instances.
public LibraryCollection(Library[]);
Initializes a new instance of the LibraryCollection class with the specified LibraryCollection instance.
public LibraryCollection(LibraryCollection);
LibraryCollection Class | NAnt.VisualCpp.Types Namespace