Skip to content

Overload_CSharpx_MaybeExtensions_Match

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

MaybeExtensions.Match Method

Overload List

 

Name Description
Public methodStatic member Match(T1, T2)(Maybe(Tuple(T1, T2)), Action(T1, T2), Action) Provides pattern matching using Action delegates over maybe with tupled wrapped value.
Public methodStatic member Match(T)(Maybe(T), Action(T), Action) Provides pattern matching using Action delegates.
  Back to Top

See Also

Reference

MaybeExtensions Class
CSharpx Namespace

Clone this wiki locally