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

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

Syntax

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

Parameters

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also