Skybound AutoComplete

AutoComplete.ObjectCollection.AddRange Method 

Adds the elements of an array to the end of this AutoComplete.ObjectCollection.

[Visual Basic]
Overridable Public Sub AddRange( _
   ByVal items As Object() _
)
[C#]
public virtual void AddRange(
   object[] items
);

Parameters

items
The array whose elements are to be added to the end of this AutoComplete.ObjectCollection.

Exceptions

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

See Also

AutoComplete.ObjectCollection Class | Skybound.AutoComplete Namespace