LibraryCollection.

Remove(Library) Method

Summary

Removes a member from the collection.
Assembly
NAnt.VisualCpp.dll
Namespace
NAnt.VisualCpp.Types
Containing Type
LibraryCollection

Syntax

public void Remove(Library item)

Parameters

Name Type Description
item Library The NAnt.VisualCpp.Types.Library to remove from the collection.

Return Value

Type Description
void