Obtains an array containing all the elements of the collection.
Obtains an array containing all the elements of the collection.
new public virtual object[] ToArray();
Obtains an array containing all the elements in the collection.
public virtual object[] ToArray(object[]);
Inherited from ArrayList.
public virtual Array ToArray(Type);