PageRenderTime 41ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
C# | 11 lines | 8 code | 3 blank | 0 comment | 2 complexity | ab3d002600f3bc012a6a1c73d9e70dfb MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. using System;
  2. using director_alternatingNamespace;
  3. public class director_alternating_runme {
  4. public static void Main() {
  5. if (director_alternating.getBar().id() != director_alternating.idFromGetBar())
  6. throw new Exception("idFromGetBar failed");
  7. }
  8. }