DiscriminatedUnion(TA, TB) Methods
The DiscriminatedUnion<TA, TB> type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateA | A factory method for creating a discriminated union with option A set. |
| CreateB | A factory method for creating discriminated union with option B set. |
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| GetHashCode | (Inherited from Object.) |
| GetType | (Inherited from Object.) |
| MemberwiseClone | (Inherited from Object.) |
| ToString | Retrieves a String instance that represents the current Object instance. (Overrides Object.ToString().) |
Community Additions
ADD
Show: