C# Class SupportClass.ArrayListSupport, csharp-ldap

This class contains static methods to manage arrays.
Mostra file Open project: EventStore/csharp-ldap

Public Methods

Method Description
ToArray ( System collection, System objects ) : System.Object[]

Obtains an array containing all the elements of the collection.

Method Details

ToArray() public static method

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.
return System.Object[]