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.

Return Value

True if item was successfully removed from the collection; false otherwise.

Implements

ICollection<(Of <(<'T>)>)>..::..Remove(T)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also