質問編集履歴

2

.ThenByDescending(cell => !string.IsNullOrEmpty(cell.Size))

2018/03/02 08:22

投稿

meshkit
meshkit

スコア72

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  .ThenBy(cell => cell.Number)
22
22
 
23
- .ThenByDescending(cell => cell.Size)
23
+ .ThenByDescending(cell => !string.IsNullOrEmpty(cell.Size))
24
24
 
25
25
  .ThenBy(cell => cell.Size);
26
26
 

1

多重ソート「いろは」の「は」。Func<T, objet>を構築したい

2018/03/02 08:22

投稿

meshkit
meshkit

スコア72

test CHANGED
@@ -1 +1 @@
1
- 多重ソート「いろは」の「は」
1
+ 多重ソート「いろは」の「は」。Func<T, objet>を構築したい
test CHANGED
File without changes