NAnt SDK Documentation - v0.92

TarFileSetCollection.Remove Method 

Removes a member from the collection.

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

Parameters

item
The TarFileSet to remove from the collection.

See Also

TarFileSetCollection Class | NAnt.Compression.Types Namespace