Constructor Set
Set(VariantsManager, string, string, string, List<T>)
Construct Set
Declaration
public Set(VariantsManager vm, string t, string switch_name, string variant_name, List<T> switchList)
Parameters
Type | Name | Description |
---|---|---|
VariantsManager | vm | The variant manager hosting the switch |
string | t | The type name of the variant |
string | switch_name | The name of the switch that will be afected |
string | variant_name | The name of the variant that should be activated |
List<T> | switchList | All switches available in this model (the switch will be found by switch_name in this list) |