S
Sems
Hi
I'm trying to add the items in one list to another list using query
syntax. This is what I have so far...
MyList.ForEach(c => MyOtherList.Add(bc));
Is this the best way to do it?
Thanks
I'm trying to add the items in one list to another list using query
syntax. This is what I have so far...
MyList.ForEach(c => MyOtherList.Add(bc));
Is this the best way to do it?
Thanks