[]
Gets the scenario using the index.
IScenario this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IScenario
Type | Name | Description |
---|---|---|
int | index | The index. |
Gets the scenario using the name.
IScenario this[string name] { get; }
ReadOnly Default Property Item(name As String) As IScenario
Type | Name | Description |
---|---|---|
string | name | The scenario name. |