ZipFileSetCollection.

Remove(ZipFileSet) Method

Summary

Removes a member from the collection.

Syntax

public void Remove(ZipFileSet item)

Parameters

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

Return Value

Type Description
void