Class OptionElse
- Namespace
- Dynamic
Data .Kernel
- Assembly
- DynamicData.dll
Continuation container used for the else operator on an option object.
- Inheritance
-
Option
Else
- Extension Methods
Methods
Else(Action)
Invokes the specified action when an option has no value.
Parameters
action
ActionThe action.
Exceptions
- Argument
Null Exception action.