コード例 #1
0
ファイル: Issue461Tests.cs プロジェクト: zxsanny/linq2db
 public override int GetHashCode()
 {
     return(Child != null?Child.GetHashCode() : 0);
 }