Copies the elements of the list to a new array of GwxElement objects.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public GwxElement[] ToArray()
Visual Basic
Public Function ToArray As GwxElement()
JScript
public function ToArray() : GwxElement[]

Return Value

An array of GwxElement objects.

See Also