Exemplo n.º 1
0
 public static int getValue(OverloadInterface2 oiface)
 {
     return(oiface.someOverloadedMethod(42));
 }
Exemplo n.º 2
0
		public static int getValue(OverloadInterface2 oiface)
		{
			return oiface.someOverloadedMethod(42);
		}