Link to home
Start Free TrialLog in
Avatar of vcurtis
vcurtis

asked on

Combining Objects

I have the following code

public IList<Committee> CommitteeList { get; set; }
public IList<Measure> MeasureList { get; set; }

Is it possible to combine the contents of the first list to the second list  in c#
ASKER CERTIFIED SOLUTION
Avatar of jitendra patil
jitendra patil
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of vcurtis
vcurtis

ASKER

Nice Reference