How to use ArrayList to store some data using ICollection
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 I开发者_运维问答Collecti
问答
阅读(3)