Exemplo n.º 1
0
 public static IEnumerable <TListing> OrderListings <TListing>(this IEnumerable <TListing> e)
     where TListing : IModListingGetter
 {
     return(LoadOrder.OrderListings(e, i => i.ModKey));
 }
Exemplo n.º 2
0
 public static IEnumerable <ModKey> OrderListings(this IEnumerable <ModKey> e)
 {
     return(LoadOrder.OrderListings(e, i => i));
 }