ScenarioCollection.Item

ScenarioCollection indexer

Gets the Scenario object by the index.

public Scenario this[int index] { get; }
ParameterDescription
indexThe specific index in the list.

See Also