C# - copying property values from one instance to another, different classes

后端 未结 7 1425
忘掉有多难
忘掉有多难 2020-12-10 09:18

I have two C# classes that have many of the same properties (by name and type). I want to be able to copy all non-null values from an instance of Defect into a

7条回答
  •  情话喂你
    2020-12-10 09:57

    Any chance you could have both classes implement an interface that defines the shared properties?

提交回复
热议问题