Provides a container for a collection of SftpItem objects.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
| Visual Basic |
|---|
Public Class SftpItemCollection _ Inherits FileSystemItemCollection _ Implements ICollection, ICollection(Of SftpItem), _ IEnumerable(Of SftpItem), IEnumerable |
| C# |
|---|
public class SftpItemCollection : FileSystemItemCollection, ICollection, ICollection<SftpItem>, IEnumerable<SftpItem>, IEnumerable |