Caddrange adds multiple elements to the array

From , 4 Years ago, written in C#, viewed 54 times.
URL https://pastebin.vip/view/125c0e94
  1. ArrayList ab = new ArrayList();
  2. ab.Add("a"); //old fashioned way
  3. ab.Add("b");
  4. ArrayList abcd = new ArrayList();
  5. abcd.AddRange(new string[] {"a","b","c","d"}); // new hip method

Reply to "Caddrange adds multiple elements to the array"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website