Given the F# higher order function (taking a function in parameter):
let ApplyOn2 (f:int->int) = f(2)
and the C# function
Just create reference to your assembly:
#r @"Path\To\Your\Library.dll" let ApplyOn2 (f:int->int) = f(2) ApplyOn2 Library.Class.Increment