T
Thomas Lorenz
Hi,
I want to pass a List<string> to a method which requires a List<object>
parameter. I wonder if there is a comfortable way for typecasting the
stringlist without having to copy each item.
I want to pass a List<string> to a method which requires a List<object>
parameter. I wonder if there is a comfortable way for typecasting the
stringlist without having to copy each item.