C# Class SupportClass.ArrayListSupport, csharp-ldap

This class contains static methods to manage arrays.
Afficher le fichier Open project: EventStore/csharp-ldap

Méthodes publiques

Méthode Description
ToArray ( System collection, System objects ) : System.Object[]

Obtains an array containing all the elements of the collection.

Method Details

ToArray() public static méthode

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[]