Пример #1
0
 public void MergeFrom(Complex other)
 {
     if (other == null)
     {
         return;
     }
     if (other.simpleValue_ != null)
     {
         if (simpleValue_ == null)
         {
             simpleValue_ = new global::protobuf.Simple();
         }
         SimpleValue.MergeFrom(other.SimpleValue);
     }
     listValue_.Add(other.listValue_);
 }