Skip to content

Overload_CSharpx_MaybeExtensions_Do

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

MaybeExtensions.Do Method

Overload List

 

Name Description
Public methodStatic member Do(T1, T2)(Maybe(Tuple(T1, T2)), Action(T1, T2)) If contans a value executes an Action(T1, T2) delegate over it.
Public methodStatic member Do(T)(Maybe(T), Action(T)) If contans a value executes an Action(T) delegate over it.
  Back to Top

See Also

Reference

MaybeExtensions Class
CSharpx Namespace

Clone this wiki locally