OSCI-Bibliothek für die Nutzung mit dem Microsoft® .NET-Framework

SupportClass.ICollectionSupport.ToArray Method (ICollection, Object[])

Obtains an array containing all the elements of the collection.

public static object[] ToArray(
   ICollection c,
   object[] objects
);

Parameters

c
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.ICollectionSupport Class | (global) Namespace | SupportClass.ICollectionSupport.ToArray Overload List