C#,F# with Mono

I would like to use the sensor with C# or F# with Mono in Raspberry pi.
You may have the library already.
Or, I can figure out by having the C,C++ library documentation, but I can’t find it.
Check the following links to see how it was done to access the standard GPIO through the C++ library:

Or other libraries too:

Thanks,

Hey,
There is a user contributed C# library for the GrovePi here: https://github.com/DexterInd/GrovePi/tree/master/Software/CSharp .

Let us know if this works for you.

-Karan