ArrayList arrChild;
for(int i=0;i<RowsList.count;i++)
{
    arrChild=(ArrayList)RowsList[i];
    //取得后,将该对象传到别的方法中去处理
    foo(arrChild);
}