Skip to main content

generate_csharp

Function generate_csharp 

Source
pub fn generate_csharp(
    ast: &Specification,
    opts: &CsGenOptions,
) -> Result<String, CsGenError>
Expand description

Erzeugt einen vollstaendigen C# 12.0-Quelltext aus einer IDL-Specification.

§Errors