FSharpAux


Interop

Namespace: FSharpAux

Module for facilitated .net interop erability

Functions and values

Function or valueDescription
ofFunc f x
Signature: f:Func<'?8801,'?8802> -> x:'?8801 -> '?8802
Type parameters: '?8801, '?8802

Converts System.Func to an fsharp function

toFunc(f)
Signature: f:('a -> 'b) -> Func<'a,'b>
Type parameters: 'a, 'b

Converts an fsharp function to a System.Func

Fork me on GitHub