Provides a container for a collection of FileSystemItem objects.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Class FileSystemItemCollection _
	Implements ICollection(Of FileSystemItem), IEnumerable(Of FileSystemItem),  _
	IEnumerable
C#
public class FileSystemItemCollection : ICollection<FileSystemItem>, 
	IEnumerable<FileSystemItem>, IEnumerable

Inheritance Hierarchy

System..::..Object
  Rebex.IO..::..FileSystemItemCollection
    Rebex.IO..::..LocalItemCollection
    Rebex.Net..::..FtpItemCollection
    Rebex.Net..::..SftpItemCollection

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also