Пример #1
0
 public void MergeFrom(ErrorInfo other)
 {
     if (other == null)
     {
         return;
     }
     if (other.objectAddress_ != null)
     {
         if (objectAddress_ == null)
         {
             objectAddress_ = new global::Bgs.Protocol.ObjectAddress();
         }
         ObjectAddress.MergeFrom(other.ObjectAddress);
     }
     if (other.Status != 0)
     {
         Status = other.Status;
     }
     if (other.ServiceHash != 0)
     {
         ServiceHash = other.ServiceHash;
     }
     if (other.MethodId != 0)
     {
         MethodId = other.MethodId;
     }
 }