[]
Gets the specified Action from the collection by name.
public Action this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name |
Gets the specified Action from the collection by numeric index.
public Action this[int i] { get; }
| Type | Name | Description |
|---|---|---|
| int | i |