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

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



C# Programming
07-03-2009, 06:13 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