Table of Contents

Method OnBoth

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

OnBoth(Func<Result, T>)

Executes specified function to update result of the executed action.

public T OnBoth(Func<Result, T> func)

Parameters

func Func<Result, T>

Function to execute.

Returns

T

Updated result.