Summary
    Adds a Enumerable of items to the list.
    
		- Namespace
 - FunctionalSharp
.DiscriminatedUnions  - Containing Type
 - Discriminated
Union With Base List <Type1, Type2, BaseType>  
Syntax
public void AddRange(IEnumerable<Type2> collectionToAdd)
	Parameters
| Name | Type | Description | 
|---|---|---|
| collectionToAdd | IEnumerable | 
						The items to add. | 
Return Value
| Type | Description | 
|---|---|
| void | 
