6 packages
returned for Tags:"Optiontype"
FunctionalSharp OptionTypes
Provides a simple option type for C# allowing you to never return null and communicate to your consumers that something might or might not have a value.
Implementation of option type holding a value or representing a none.
Implementation of option type holding a value or representing a none.
Implementation of an OptionType in GraphQL.
OptionType
The option type in C# is used when an actual value might not exist for a named value or variable. An option has an underlying type and can hold a value of that type, or it might not have a value
Option
Implementation of option type based on pattern matching