4
Reply

Collections query ??

Ask a question
SUNIL GUTTA

SUNIL GUTTA

11y
742
1
HI

Well is there any other way to add elements to generic collections[list<string>] or collection initializes  etc ..

Well issue here is if i want to add say 100 elements over and over i dont want to use collectionobject.add() over and over which is no a good option right .. 

So how to dynamically add elements to collection not using add method ...

Cheers 
TY



Answers (4)