Beispiel #1
0
 public static IComparer <Location> Get(int axis)
 {
     return(Comparers.GetOrAdd(axis, key => new CoordinatesComparer(key)));
 }