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

PackageCollection.Remove Method 

[This is preliminary documentation and subject to change.]

Removes a member from the collection.

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

Parameters

item
The Package to remove from the collection.

Remarks

Missing <remarks> documentation for M:NAnt.DotNet.Types.PackageCollection.Remove(NAnt.DotNet.Types.Package)

See Also

PackageCollection Class | NAnt.DotNet.Types Namespace