Adds an item to the ItemCollection.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
public int Add(
	Object item
)
Visual Basic (Declaration)
Public Function Add ( _
	item As Object _
) As Integer

Parameters

item
Type: System..::.Object
The object to add to the ItemCollection.

Return Value

The position into which the new element was inserted.

Implements

IList..::.Add(Object)

See Also