示例#1
0
 public override int GetHashCode()
 {
     return(Blocks.Aggregate(Blocks.Count, (hash, d) => unchecked ((hash * 397) ^ d.GetHashCode())));
 }