I want to declare a list containing types basically:
List<Type> types = new List<Type>() {Button, TextBox };
is this possible?
I want to declare a list containing types basically:
List<Type> types = new List<Type>() {Button, TextBox };
is this possible?