Adds the specified item to the collection.

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

Syntax

Visual Basic
Public Overridable Sub Add ( _
	item As FileSystemItem _
)
C#
public virtual void Add(
	FileSystemItem item
)

Parameters

item
Type: Rebex.IO..::..FileSystemItem
The item to be added to the collection.

Implements

ICollection<(Of <(<'T>)>)>..::..Add(T)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also