Example #1
0
 public static string ToDebugString(this S2CellUnion cell_union)
 {
     return(string.Join(", ", cell_union.Select(t => t.ToString())));
 }