System.Collections.ArrayList array = new System.Collections.ArrayList();
array.Add("ali");
array.RemoveAt(0);