Gets an Action at the specified index 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 ReadOnly Property Item ( _
	index As Integer _
) As Action
C#
public Action this [
	int index
] { get; }
Visual C++
public:
property Action^ default[int index] {
	Action^ get (int index);
}

Parameters

index
System.Int32