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 |
The equivalent F# function, suitable for use as a member value.