Removes the specified item from the collection. Fails if not found.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Sub Remove ( _
	item As FtpItem _
)
C#
public void Remove(
	FtpItem item
)

Parameters

item
Type: Rebex.Net..::..FtpItem
The item to remove from the collection.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also