NAnt SDK Documentation - v0.92

LibraryCollection Constructor (Library[])

Initializes a new instance of the LibraryCollection class with the specified array of Library instances.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As Library() _
)
[C#]
public LibraryCollection(
   Library[] value
);

See Also

LibraryCollection Class | NAnt.VisualCpp.Types Namespace | LibraryCollection Constructor Overload List