Determines the index value that represents the position of the specified Action in the collection.
Namespace: Neodynamic.WebControls.ImageDraw
Assembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0
Syntax
Visual Basic (Declaration) |
---|
Public Function IndexOf ( _ action As Action _ ) As Integer |
C# |
---|
public int IndexOf ( Action action ) |
Visual C++ |
---|
public: int IndexOf ( Action^ action ) |
Parameters
- action
- Neodynamic.WebControls.ImageDraw.Action
An Action to search for in the collection.