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

مشاهدة النسخة كاملة : a table of arraylist



C# Programming
10-16-2009, 07:51 AM
Hello,

How we can define a table of array list in an function, i try for :


public ArrayList[] stringArray = new ArrayList[2];
public static ArrayList Tbl = new ArrayList();
public static ArrayList Tbl2 = new ArrayList();

public stringArray verification(string path, string path_save)



I would define a type stringArray.

thank you verry mutch.