Adds the item to the collection.

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

Syntax

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

Parameters

item
Type: Rebex.Net..::..SftpItem
The item to be added to the collection.

Implements

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also