So far I've got:
- Code: Select all
returnList as List<of String> = ["junk"]
returnList.clear
I'm still not very familiar with .NET - what am I missing?
All the other alternatives I've tried end up with a List<of object>, but I'd like to be clear that it only contains strings.