예제 #1
0
 public override int GetHashCode()
 {
     return(Hashing.GetHashCode(this.Value));
 }
예제 #2
0
파일: ArrayTag.cs 프로젝트: NeoLegends/ENbt
 public override int GetHashCode()
 {
     return(Hashing.GetHashCode(this.ChildrenType, Hashing.GetCollectionHash(this.children)));
 }