Esempio n. 1
0
 public void MergeFrom(ObjectType other)
 {
     if (other == null)
     {
         return;
     }
     if (other.mKey_ != null)
     {
         if (mKey_ == null)
         {
             mKey_ = new global::Proto.BaseData.Types.BaseValue();
         }
         MKey.MergeFrom(other.MKey);
     }
     if (other.mValue_ != null)
     {
         if (mValue_ == null)
         {
             mValue_ = new global::Proto.BaseData();
         }
         MValue.MergeFrom(other.MValue);
     }
 }