C# generics usercontrol

后端 未结 7 1067
梦如初夏
梦如初夏 2020-12-03 05:10

I would like to define the following control:

public partial class ObjectSelectorControl : UserControl where T : class 

The proble

7条回答
  •  春和景丽
    2020-12-03 05:32

    https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=105876

    The bug has been posted to microsoft's site and you can see that its marked as "Postponed" currently there is no solution !! .

提交回复
热议问题