예제 #1
0
 public InvitationParams(InvitationParams other) : this()
 {
     _hasBits0          = other._hasBits0;
     invitationMessage_ = other.invitationMessage_;
     expirationTime_    = other.expirationTime_;
     _unknownFields     = pb::UnknownFieldSet.Clone(other._unknownFields);
     _extensions        = pb::ExtensionSet.Clone(other._extensions);
 }
예제 #2
0
 public FooOptions(FooOptions other) : this()
 {
     _hasBits0      = other._hasBits0;
     intOpt_        = other.intOpt_;
     foo_           = other.foo_;
     _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
     _extensions    = pb::ExtensionSet.Clone(other._extensions);
 }
예제 #3
0
 public Invitation(Invitation other) : this()
 {
     _hasBits0          = other._hasBits0;
     id_                = other.id_;
     inviterIdentity_   = other.HasInviterIdentity ? other.inviterIdentity_.Clone() : null;
     inviteeIdentity_   = other.HasInviteeIdentity ? other.inviteeIdentity_.Clone() : null;
     inviterName_       = other.inviterName_;
     inviteeName_       = other.inviteeName_;
     invitationMessage_ = other.invitationMessage_;
     creationTime_      = other.creationTime_;
     expirationTime_    = other.expirationTime_;
     _unknownFields     = pb::UnknownFieldSet.Clone(other._unknownFields);
     _extensions        = pb::ExtensionSet.Clone(other._extensions);
 }