ResourceFileSetCollection.

Remove(ResourceFileSet) Method

Summary

Removes a member from the collection.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
ResourceFileSetCollection

Syntax

public void Remove(ResourceFileSet item)

Parameters

Name Type Description
item ResourceFileSet The NAnt.DotNet.Types.ResourceFileSet to remove from the collection.

Return Value

Type Description
void