Overload_CSharpx_MaybeExtensions_Match - adutton/commandline GitHub Wiki
| Name | Description | |
|---|---|---|
![]()
|
Match(T1, T2)(Maybe(Tuple(T1, T2)), Action(T1, T2), Action) | Provides pattern matching using Action delegates over maybe with tupled wrapped value. |
![]()
|
Match(T)(Maybe(T), Action(T), Action) | Provides pattern matching using Action delegates. |
