Method Remove
Remove(string)
Removes the group with the matching name.
Declaration
public bool Remove(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of the group to remove. |
Returns
Type | Description |
---|---|
bool | true if a group with a matching name was found and removed, or false if one was not. |
Remove(KeyValuePair<string, VariablesGroupAsset>)
Removes the group with the matching name.
Declaration
public bool Remove(KeyValuePair<string, VariablesGroupAsset> item)
Parameters
Type | Name | Description |
---|---|---|
KeyValuePair<string, VariablesGroupAsset> | item |
Returns
Type | Description |
---|---|
bool | true if a group with a matching name was found and removed, or false if one was not. |