APRlib

SupportClass.CollectionSupport.ToCollectionSupport Method 

Creates a CollectionSupport object with the contents specified in array.

public static CollectionSupport ToCollectionSupport(
   object[] array
);

Parameters

array
The array containing the elements used to populate the new CollectionSupport object.

Return Value

A CollectionSupport object populated with the contents of array.

See Also

SupportClass.CollectionSupport Class | (global) Namespace