altcover

AltCover.LoggingOptions.ActionAdapter method

A helper for C# use

public static FSharpFunc<string, Unit> ActionAdapter(Action<string> action)
parameter description
action A C# Action value e.g. from the ILoggingOptions interface

Return Value

The equivalent F# function, suitable for use as a member value.

See Also