Ejemplo n.º 1
0
 private static int Compare(short x, short y)
 {
     return(Short.Compare(x, y));
 }