All Questions
1 question
2
votes
1
answer
2k
views
.net Create a list of objects where the object type is from a string
I need a way of creating a list of objects where the object is from a string
for example I want the below to be converted to a list of objects
Dim categoryList as IList(Of "classname") = new List(Of ...