NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ArrayList.ToArray

Copies the elements of the ArrayList to a new array.

Overload List

Copies the elements of the ArrayList to a new Object array.

[Visual Basic] Overloads Overridable Public Function ToArray() As Object ()
[C#] public virtual object[] ToArray();
[C++] public: virtual Object* ToArray() [];
[JScript] public function ToArray() : Object[];

Copies the elements of the ArrayList to a new array of the specified type.

[Visual Basic] Overloads Overridable Public Function ToArray(Type) As Array
[C#] public virtual Array ToArray(Type);
[C++] public: virtual Array* ToArray(Type*);
[JScript] public function ToArray(Type) : Array;

See Also

ArrayList Class | ArrayList Members | System.Collections Namespace