Inserts a GwxDynamic object into the list at the specified index.

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

Syntax

C#
public void Insert(
	int index,
	GwxDynamic value
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	value As GwxDynamic _
)
JScript
public function Insert(
	index : int, 
	value : GwxDynamic
)

Parameters

index
Type: System..::..Int32
The zero-based index at which value should be inserted.
value
Type: Ico.Gwx..::..GwxDynamic
The value to insert

See Also