/OneOfAsOptionType

'OneOf' used as 'Option Type'

Primary LanguageC#

'OneOf' used as 'Option Type'

OneOf can also be used as Option-Type:

OneOf<TValue, None>

and this usage is similar to:

Option<TValue>