Inserts the specified Action in the collection at the specified index location.
Namespace: Neodynamic.WebControls.ImageDraw
Assembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0
Syntax
Visual Basic (Declaration) |
---|
Public Sub Insert ( _ index As Integer, _ action As Action _ ) |
C# |
---|
public void Insert ( int index, Action action ) |
Visual C++ |
---|
public: void Insert ( int index, Action^ action ) |
Parameters
- index
- System.Int32
The location in the collection to insert the Action.
- action
- Neodynamic.WebControls.ImageDraw.Action
The Action to add to the collection.