Skybound AutoComplete

AutoComplete.ObjectCollection.Add Method 

Adds an instance of type Object to the end of this instance.

[Visual Basic]
Overridable Public Function Add( _
   ByVal value As Object _
) As Integer
[C#]
public virtual int Add(
   object value
);

Parameters

value
The Object to be added to the end of this instance.

Return Value

The 0-based index where the item was added.

Exceptions

Exception Type Condition
ArgumentNullException The item parameter was a null reference (Nothing in Visual Basic).

See Also

AutoComplete.ObjectCollection Class | Skybound.AutoComplete Namespace