📅  最后修改于: 2022-03-11 14:48:41.460000             🧑  作者: Mango
ArrayList arr = new ArrayList();
arr.Add(item) //Adds item at end of ArrayList
arr.Count //get lenght of ArrayList
arr.Remove(int i) //Remove Item from Index
arr[x] //Get Item at pos x