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