Summary
    Adds a Enumerable of items to the list.
    
		Syntax
public void AddRange(IEnumerable<Type5> collectionToAdd)Parameters
| Name | Type | Description | 
|---|---|---|
| collectionToAdd | IEnumerable | The items to add. | 
Return Value
| Type | Description | 
|---|---|
| void | 
