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

LibraryCollection.Remove Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.VisualCpp.Types.LibraryCollection.Remove(NAnt.VisualCpp.Types.Library)

See Also

LibraryCollection Class | NAnt.VisualCpp.Types Namespace