C#多个泛型约束问题

多个约束之间使用逗号隔开,但不重复T约束。

1. private void AddControl<T>(TabPage tabPage, T userControl) where T: UserControl,new()