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