[C#] C#从ArrayList中删除对象 →→→→→进入此内容的聊天室

来自 , 2019-12-10, 写在 C#, 查看 147 次.
URL http://www.code666.cn/view/6f75e9b2
  1. ArrayList alcollect = new ArrayList();
  2.  
  3. // Add individual items to the collection
  4.  
  5. string str = "learn csharp";
  6. alcollect.Add(str);
  7. alcollecti.Remove(str);
  8.  
  9.  

回复 "C#从ArrayList中删除对象"

这儿你可以回复上面这条便签

captcha