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.