PageRenderTime 42ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/csharp/typemap_out_optimal_runme.cs

#
C# | 13 lines | 9 code | 4 blank | 0 comment | 0 complexity | b86874120750ad15daf1faed4051e603 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. using System;
  2. using typemap_out_optimalNamespace;
  3. public class typemap_out_optimal_runme {
  4. public static XX x = null;
  5. public static void Main() {
  6. XX.debug = false;
  7. x = XX.create();
  8. }
  9. }