TarFileSetCollection.

Remove(TarFileSet) Method

Summary

Removes a member from the collection.

Syntax

public void Remove(TarFileSet item)

Parameters

Name Type Description
item TarFileSet The NAnt.Compression.Types.TarFileSet to remove from the collection.

Return Value

Type Description
void