C# Класс SupportClass.ArrayListSupport, csharp-ldap

This class contains static methods to manage arrays.
Показать файл Открыть проект

Открытые методы

Метод Описание
ToArray ( System collection, System objects ) : System.Object[]

Obtains an array containing all the elements of the collection.

Описание методов

ToArray() публичный статический Метод

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.
Результат System.Object[]