NAnt SDK Documentation - v0.92
ResourceFileSetCollection.Remove Method
Removes a member from the collection.
[Visual Basic]
Public Sub Remove( _
ByVal
item
As
ResourceFileSet
_
)
[C#]
public
void
Remove(
ResourceFileSet
item
);
Parameters
item
The
ResourceFileSet
to remove from the collection.
See Also
ResourceFileSetCollection Class
|
NAnt.DotNet.Types Namespace