示例#1
0
 static void Main()
 {
     Foo.A a = new foo::A();
     System.Console.WriteLine(a.GetType());
 }
	static void Main ()
	{
		Foo.A a = new foo::A ();
		System.Console.WriteLine (a.GetType ());
	}
示例#3
0
 static void Main()
 {
     System.Console.WriteLine(a.GetType());
 }