Exemplo n.º 1
0
 public static IPermutation GetPermutation(this ISortable sortable)
 {
     return(PermutationEx.MakePermutation(
                sortable.GetMap()
                ));
 }