To add a new item to an ArrayList, use the Add method, whose syntax is as follows: index = aList.Add(obj) aList is a properly declared ArrayList, and obj.
確定! 回上一頁