我想基本上声明一个包含类型的列表:
List<Type> types = new List<Type>() {Button, TextBox };
这可能吗?
c# types list
c# ×1
list ×1
types ×1