Пример #1
0
		static void InterfaceOnlyTest(IGotoTestWithoutImpl test) {
			test.DoSomething();
		}
Пример #2
0
 static void InterfaceOnlyTest(IGotoTestWithoutImpl test)
 {
     test.DoSomething();
 }