Example #1
0
 public static int getValue(OverloadInterface2 oiface)
 {
     return(oiface.someOverloadedMethod(42));
 }
Example #2
0
		public static int getValue(OverloadInterface2 oiface)
		{
			return oiface.someOverloadedMethod(42);
		}