NAnt SDK Documentation - v0.92

LibraryCollection Constructor

Initializes a new instance of the LibraryCollection class.

Overload List

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);

See Also

LibraryCollection Class | NAnt.VisualCpp.Types Namespace