Summary
    Adds the object to the end of the DiscriminatedUnionList
    
		- Namespace
- FunctionalSharp.DiscriminatedUnions 
- Containing Type
- DiscriminatedUnion List <Type1, Type2, Type3, Type4, Type5, Type6> 
Syntax
public void AddRange(IEnumerable<Type1> collectionToAdd)Parameters
| Name | Type | Description | 
|---|---|---|
| collectionToAdd | IEnumerable | 
Return Value
| Type | Description | 
|---|---|
| void | 
