Adds the item to the collection.

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

Syntax

Visual Basic
Public Sub Add ( _
	item As LocalItem _
)
C#
public void Add(
	LocalItem item
)

Parameters

item
Type: Rebex.IO..::..LocalItem
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