Adds the elements of a GwxDependencyObject 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(
	GwxDependencyObject[] c
)
Visual Basic
Public Sub AddRange ( _
	c As GwxDependencyObject() _
)
JScript
public function AddRange(
	c : GwxDependencyObject[]
)

Parameters

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

See Also