NAnt SDK Documentation - v0.85-nightly-2005-11-09

LibraryCollection Constructor

[This is preliminary documentation and subject to change.]

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