Removes the Action at the specified index from the collection.
Namespace: Neodynamic.WebControls.ImageDraw
Assembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub RemoveAt ( _ index As Integer _ ) |
| C# |
|---|
public void RemoveAt ( int index ) |
| Visual C++ |
|---|
public: void RemoveAt ( int index ) |
Parameters
- index
- System.Int32
The index of the Action to remove.