NAnt SDK Documentation - v0.92

LibraryCollection.Add Method 

Adds a Library to the end of the collection.

[Visual Basic]
Public Function Add( _
   ByVal item As Library _
) As Integer
[C#]
public int Add(
   Library item
);

Parameters

item
The Library to be added to the end of the collection.

Return Value

The position into which the new element was inserted.

See Also

LibraryCollection Class | NAnt.VisualCpp.Types Namespace