/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

  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. }