Removes the first occurrence of a specific GwxDynamic object from the list.

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

Syntax

C#
public void Remove(
	GwxDynamic value
)
Visual Basic
Public Sub Remove ( _
	value As GwxDynamic _
)
JScript
public function Remove(
	value : GwxDynamic
)

Parameters

value
Type: Ico.Gwx..::..GwxDynamic
The GwxDynamic object to remove from the list.

See Also