APRlib

SetBase.ToArray Method (Object[])

Obtains an array containing all the elements in the collection.

protected 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

SetBase Class | edu.neu.ccs.demeter.APRlib.Collections Namespace | SetBase.ToArray Overload List