Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6038079
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T06:09:59+00:00 2026-05-23T06:09:59+00:00

Here is the situation public class A { public string Prop1 {get;set;} public int

  • 0

Here is the situation

public class A {
    public string Prop1 {get;set;}
    public int Prop2 {get;set;}
}

A a = new A(){ Prop1="A", Prop2 = 1}
A b = new A(){ Prop1="B"}

//Merge Two objects into a but only specific properties
a.Prop1 = a.Prop1 != b.Prop1 ? b.Prop1 : a.Prop1; //This part.

//a = {Prop1: "B", Prop2: 1}

Is there a better way to do this? Right now I’ve got 20 properties and I’m just copy/pasting this line with small changes over and over again. In Javascript with jQuery this would just by $.extend(a, b). I know several questions have asked that very question but I’m looking for that specific awful line.

Thanks!!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T06:10:00+00:00Added an answer on May 23, 2026 at 6:10 am

    Since your properties don’t have any logic in their setters, it’s unclear why comparing the old vs. new value matters; in the end, your code’s logic will ensure that the property values in b are always what’s set.

    In other words, this would accomplish the same goal:

    a.Prop1 = b.Prop1;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here is the basic situation. Public Class MyEnumClass(of T) Public MyValue as T End
Here's the situation: I have a label's text set, immediately followed by a response.redirect()
Here is the situation. I am inserting a new post and after insert I
Here's the situation: I'm attempting to get a collection of all types in my
Here is my situation. I have written a WCF service which calls into one
Here is my situation - I have two nested view models: <%=Html.EditorFor(x => x.DisplayEntitiesWithRadioboxesViewModel)%><br
I have a very common situation here. And for years I haven't found if
Here's the situation: I am trying to launch an application, but the location of
Here's the situation. I have a webservice (C# 2.0), which consists of (mainly) a
Here's the situation: I'm developing a simple application with the following structure: FormMain (startup

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.