How to use ArrayList to store some data using ICollection
- by Shantanu Gupta
I want to store few strings into an array using ArrayList.
How can I store all the strings at once without using Add function every time. Is it somewhat related to interface ICollection in anyway. Can I use ICollection to store my array.
If yes How.
ArrayList _1019=new…