Skybound AutoComplete

AutoComplete.ObjectCollection.ToArray Method 

Copies the elements of this instance to a new Object array.

[Visual Basic]
Overridable Public Function ToArray() As Object()
[C#]
public virtual object[] ToArray();

Return Value

A Object array containing copies of the elements of this instance.

See Also

AutoComplete.ObjectCollection Class | Skybound.AutoComplete Namespace