See this example end-product.
Install using pip:
pip install git+https://github.com/rogerbarton/sphinx-csharp.git
To enable the extension, add the following to your conf.py:
extensions = ['sphinx_csharp']
See djungelorm#8 for usage/changes from upstream and also this rst example.