|
|
|
@ -149,6 +149,9 @@ namespace CppSharp.Generators.CSharp |
|
|
|
UnindentAndWriteCloseBrace(); |
|
|
|
UnindentAndWriteCloseBrace(); |
|
|
|
PopBlock(NewLineKind.BeforeNextBlock); |
|
|
|
PopBlock(NewLineKind.BeforeNextBlock); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (Options.GenerationOutputMode == GenerationOutputMode.FilePerUnit) |
|
|
|
|
|
|
|
Module.ExternalClassTemplateSpecializations.Clear(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public virtual void GenerateUsings() |
|
|
|
public virtual void GenerateUsings() |
|
|
|
|