コード例 #1
0
ファイル: CompiledSelect.cs プロジェクト: nesrinesghaier/upa
 public virtual bool IsOrderAscending(int index)
 {
     return(order.IsAscendentAt(index));
 }