NAnt SDK Documentation - v0.92

Library Constructor (String)

Initializes a new instance of the Library class with the specified name.

[Visual Basic]
Overloads Public Sub New( _
   ByVal name As String _
)
[C#]
public Library(
   string name
);

Exceptions

Exception Type Condition
ArgumentNullException name is a null reference (Nothing in Visual Basic).

See Also

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