AddRange
AddRange(IList, IList)
public void AddRange(IList instance, IList addToList) ;
Description
Add a range of lists.
Parameters
| Parameter Name | Description |
|---|---|
| instance | IList instance |
| addToList | List to add |
Add a range of lists.
| Parameter Name | Description |
|---|---|
| instance | IList instance |
| addToList | List to add |