interoptopus_csharp 0.16.3

The C# backend for Interoptopus.
Documentation
1
2
3
4
5
6
public partial class {{ class_name }}
{
{%- for field in field_decls %}
    {{ field }}
{%- endfor %}
}