interoptopus_csharp 0.16.3

The C# backend for Interoptopus.
Documentation
1
2
3
4
5
6
{%- if docs %}
{{ docs }}
{%- endif %}
[LibraryImport(NativeLib, EntryPoint = "{{symbol}}")]
{{ _fns_decorators_all }}
{{ visibility }} static partial {{rval}} {{name}}({% for arg in args %}{{arg.ty}} {{arg.name}}{% if not loop.last %}, {% endif %}{% endfor %});