C# generics usercontrol

后端 未结 7 1052
梦如初夏
梦如初夏 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 !! .

    0 讨论(0)
提交回复
热议问题