I have two lists of objects. List A and List B. I need to create List C which combines List A and List B into pairs. For example:
List A object a1 object a2
I would suggest to use a List of tupples
http://msdn.microsoft.com/en-us/library/system.tuple.aspx.