コード例 #1
0
ファイル: Disj.cs プロジェクト: glycerine/SDFCalc
 public override int GetHashCode()
 {
     return(conds.Aggregate(0, (current, cond) => 37 * current + cond.GetHashCode()));
 }