APRlib

SupportClass.CollectionSupport.ToArray Method (Object[])

Obtains an array containing all the elements of the collection.

public virtual object[] ToArray(
   object[] objects
);

Parameters

objects
The array into which the elements of the collection will be stored.

Return Value

The array containing all the elements of the collection.

See Also

SupportClass.CollectionSupport Class | (global) Namespace | SupportClass.CollectionSupport.ToArray Overload List