Removes the specified item from the collection.
Namespace:
Rebex.IO
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Overridable Function Remove ( _ item As FileSystemItem _ ) As Boolean |
C# |
---|
public virtual bool Remove( FileSystemItem item ) |
Parameters
- item
- Type: Rebex.IO..::..FileSystemItem
The item to remove from the collection.