Call Add to insert a new item at the end of the Items array.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Add(
	int item
)
Public Function Add ( _
	item As Integer _
) As Integer
public:
int Add(
	int item
)

Parameters

item
Int32
the item to add

Return Value

Add returns the index of the new item, where the first item in the list has an index of 0.

See Also