public void MergeFrom(FailedData other) { if (other == null) { return; } if (other.child_ != null) { if (child_ == null) { child_ = new global::Akka.Remote.Serialization.Proto.Msg.ActorRefData(); } Child.MergeFrom(other.Child); } if (other.cause_ != null) { if (cause_ == null) { cause_ = new global::Akka.Remote.Serialization.Proto.Msg.ExceptionData(); } Cause.MergeFrom(other.Cause); } if (other.Uid != 0UL) { Uid = other.Uid; } }