[]
Gets the specified Action from the collection by name.
public Action this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As Action
| Type | Name | Description |
|---|---|---|
| string | name |
Gets the specified Action from the collection by numeric index.
public Action this[int i] { get; }
Public ReadOnly Default Property Item(i As Integer) As Action
| Type | Name | Description |
|---|---|---|
| int | i |