Provides a container for a collection of LocalItem objects.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  Rebex.IO..::..FileSystemItemCollection
    Rebex.IO..::..LocalItemCollection

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also