예제 #1
0
파일: remoting1.cs 프로젝트: Zman0169/mono
	static long test_call (R1 o)
	{
		return o.nonvirtual_Add (2, 3);
	}
 static long test_call(R1 o)
 {
     return(o.nonvirtual_Add(2, 3));
 }