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.
Thanks for the Quick Response, but unfortunately it is not working for me, the issue I have is List item datatype is “Object Model” but the above code only works when List datatype is generic.