Méthode | Description | |
---|---|---|
ToArray ( System collection, System objects ) : System.Object[] |
Obtains an array containing all the elements of the collection.
|
public static ToArray ( System collection, System objects ) : System.Object[] | ||
collection | System | The collection from wich to obtain the elements. |
objects | System | The array containing all the elements of the collection. |
Résultat | System.Object[] |