AndreyTS
-
- 1,414 total downloads
- last updated 9/3/2014
- Latest version: 1.0.3
Option types for C# with LINQ support and rich fluent syntax for many popular uses: var maybeOne = "one".ToMaybe(); var maybeAnother = Maybe<string>.Nothing; var maybeBoth = from one in maybeOne from... More information