static int Main() { A2.N <short> b1 = A2.N <short> .Method(); A.N <byte> b2 = A.N <byte> .Method(); return(0); }
public static void Main() { dynamic n = new A.N(); n.Test(); }
public static void Main () { dynamic n = new A.N (); n.Test (); }