A module in F# is roughly a static class in C#.

So if you have something like:

1
2
3
module ListMatching

let myFunction (x, y) = ...

Then from C# you should call:

1
ListMatching.myFunction(var, var1)

If you want to use namespaces also you should declare them in F# code explicitely

By on 5/28/2010 4:09 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper