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

Parameters

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

See Also