コード例 #1
0
ファイル: All.cs プロジェクト: kevin-montrose/LinqAF
 public bool LinqAF() => Source1.All(LessThan) && !Source2.All(LessThan);