Method Add
Add(string, VariablesGroupAsset)
Add a global variable group to the source.
Declaration
public void Add(string name, VariablesGroupAsset group)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of the group to add. |
VariablesGroupAsset | group | The group to add. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if |
ArgumentException | Thrown if |
Add(KeyValuePair<string, VariablesGroupAsset>)
Add a global variable group to the source.
Declaration
public void Add(KeyValuePair<string, VariablesGroupAsset> item)
Parameters
Type | Name | Description |
---|---|---|
KeyValuePair<string, VariablesGroupAsset> | item |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if |
ArgumentException | Thrown if |