 | MaybeTDo Method |
Executes the specified action if the inner value is not null.
[NotNull]
Namespace:
TomsToolbox.Core
Assembly:
TomsToolbox.Core (in TomsToolbox.Core.dll) Version: 1.0.75.0
Syntaxpublic Maybe<T> Do(
Action<T> action
)
Public Function Do (
action As Action(Of T)
) As Maybe(Of T)
Parameters
- action
- Type: SystemActionT
The action.[NotNull]
Return Value
Type:
MaybeTthis
See Also