C# 클래스 SupportClass.ArrayListSupport, csharp-ldap

This class contains static methods to manage arrays.
파일 보기 프로젝트 열기: EventStore/csharp-ldap

공개 메소드들

메소드 설명
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[]