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 |
String |
The key of the property. |
values |
IEnumerable<T> |
The values to add to the property. |