sdedalus
-
- 5,286 total downloads
- last updated 8/4/2017
- Latest version: 1.0.0.45
Implementation of Discriminated Union and Pattern Matching in C#. string outputValue = x.Match<String>() .Case(c => c == "Test", v => "It's Test!") .Case(v => "It's Not Test!") .Else(()... More information -
- 2,938 total downloads
- last updated 8/4/2017
- Latest version: 1.0.0.45
DiscriminatedUnion AutoMap Helper. -
- 2,861 total downloads
- last updated 8/4/2017
- Latest version: 1.0.0.45
DiscriminatedUnion Json Converter