Adds the elements of a GwxElement array to the end of the list.

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

Syntax

C#
public void AddRange(
	GwxElement[] c
)
Visual Basic
Public Sub AddRange ( _
	c As GwxElement() _
)
JScript
public function AddRange(
	c : GwxElement[]
)

Parameters

c
Type: array<Ico.Gwx..::..GwxElement>[]()[][]
A GwxElement array whose elements should be added to the end of the list.

See Also