示例#1
0
 public static P EndsBefore <P, V>(this IOrderedRangeValue <P, V> par, V value) where P : SearchParam <P, V>
 => par.Is($"eb{par.Is(value).Value}");
示例#2
0
 public static P StartsAfter <P, V>(this IOrderedRangeValue <P, V> par, V value) where P : SearchParam <P, V>
 => par.Is($"sa{par.Is(value).Value}");