SftpItemCollection.Explicit Operator
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 8.0.9673)
Explicit(FileSystemItemCollection to SftpItemCollection)
Casts the FileSystemItemCollection back to SftpItemCollection.
The conversion will work only if value is instance of
the SftpItemCollection or its descendant.
Declaration
public static explicit operator SftpItemCollection(FileSystemItemCollection value)
Parameters
| Type | Name | Description |
|---|---|---|
| FileSystemItemCollection | value | A collection to cast. |
Returns
| Type | Description |
|---|---|
| SftpItemCollection |