Properties.AddRangeToMultiple Method
Definition
Adds values to a multiple valued property with the specified key.
public void AddRangeToMultiple<T>(string key, IEnumerable<T> values);
Type Parameters
Name | Description |
---|---|
T | The type of the property. |
Parameters
Name | Type | Description |
---|---|---|
key | The key of the property. | |
values | The values to add to the property. |
Last modified: 22 November 2024