Inserts the specified Action in the collection at the specified index location.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public void Insert(
	int index,
	Action action
)
Visual Basic (Declaration)
Public Sub Insert ( _
	index As Integer, _
	action As Action _
)
Visual C++
public:
void Insert(
	int index, 
	Action^ action
)

Parameters

index
Type: System..::.Int32
The location in the collection to insert the Action.
action
Type: Neodynamic.WebControls.ImageDraw..::.Action
The Action to add to the collection.

See Also