Constable Authorization Engine 2.0 BETA

ActionCollection.Item Property

[This is preliminary documentation and subject to change.]

Retrieves the action based on the action's index in the collection.

[Visual Basic]
Overridable Overloads Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As Action
[C#]
public virtual Action this[
   int index
] {get;}

See Also

ActionCollection Class | LaMarvin.Constable.Model Namespace | ActionCollection.Item Overload List