示例#1
0
 /// <inheritdoc />
 public override int GetHashCode()
 {
     unchecked
     {
         int hash = 17;
         hash = (31 * hash) + Length.GetHashCode();
         hash = (31 * hash) + (int)CodegenTypeIndex;
         hash = (31 * hash) + (int)CodegenTypeHash;
         return(hash);
     }
 }