Пример #1
0
 public override int GetHashCode()
 {
     return(Hashing.GetHashCode(this.Value));
 }
Пример #2
0
 public override int GetHashCode()
 {
     return(Hashing.GetCollectionHash(this.children));
 }