interoptopus_csharp 0.16.0-alpha.21

The C# backend for Interoptopus.
Documentation
1
2
3
4
5
6
using System.ComponentModel;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.Marshalling;
{% for extra in extra_imports %}using {{ extra }};
{% endfor %}