Summary
    Creates a new Discriminated union of with Type4
    
		- Namespace
- FunctionalSharp.DiscriminatedUnions 
- Containing Type
- DiscriminatedUnion<Type1, Type2, Type3, Type4, Type5> 
Syntax
public DiscriminatedUnion(Type4 item)Parameters
| Name | Type | Description | 
|---|---|---|
| item | Type4 | 
Return Value
| Type | Description | 
|---|---|
| void | 
