Hi,
How to initialize a List which is of datatype system.collections.objectmodel.collection<system.string>
i tried with list=new list(of string) or list=new list(of string) or list=new system.collections.objectmodel.collection(of system.string) but none of them are working, i am getting an implicit coversion error. Can any one tell me how to Initialize the List? I tried forum links, it did not work.
TIA