示例#1
0
		static void ImplementionTest(IGotoTest test) {
			test.DoSomething();
		}
示例#2
0
 static void ImplementionTest(IGotoTest test)
 {
     test.DoSomething();
 }