المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Creating a 2 Dimension List



C# Programming
07-03-2009, 06:53 AM
I have two file list that I would like to combine into one using an index;

private List fileList = new List();
private List fileList1 = new List();

How would you define the declaration?

Thank you in advance

modified on Thursday, July 2, 2009 10:15 PM