Are generic type constraints possible in blazor?

本秂侑毒 提交于 2020-12-23 13:00:23

问题


How can I restrict TModel to be classes only or to be implementing a specifix interface?

@typeparam TModel

cannot get the syntax working.


回答1:


The solution is to additionally put the type constraint in a partial code behind class. It works!



来源:https://stackoverflow.com/questions/60714729/are-generic-type-constraints-possible-in-blazor

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!