Removes the elements of a GwxElement array from the list.

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

Syntax

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

Parameters

c
Type: array<Ico.Gwx..::..GwxElement>[]()[][]
A GwxElement array whose elements should be removed from the list.

See Also