Gets an Action at the specified index in the collection.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)
Syntax
C# |
---|
public Action this[ int index ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As Action |
Visual C++ |
---|
public: property Action^ default[int index] { Action^ get (int index); } |
Parameters
- index
- Type: System..::.Int32