NAnt SDK Documentation - v0.92

LibraryCollection.Remove Method 

Removes a member from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal item As Library _
)
[C#]
public void Remove(
   Library item
);

Parameters

item
The Library to remove from the collection.

See Also

LibraryCollection Class | NAnt.VisualCpp.Types Namespace