[]
Gets the scenario using the index.
IScenario this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index | The index. |
Gets the scenario using the name.
IScenario this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name | The scenario name. |