sardar97
How to Bind typeparam with property in Blazor?
that is right the compiler will do that if i just define TValue like this (@typeparam TValue) but if i define it this way (@typeparam TValue where TValue : class, new()) then the compiler will not infer that and it would be must to define TValue from the parent component when the child used.
11 replies