porkopek / BlazorPartialConstraint

Demonstrate Generic Component with Type Constraint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample project demonstrates a constraint on a generic component

Please look at ConstrainedComponent in the Shared folder and its usage in Index.razor.

The compiler may not infer the type so you can specify the type as demonstrated here

<ConstrainedComponent SomeThing="Dummy" TItem="DateTime"></ConstrainedComponent>

Note: TItem="DateTime" tells the compiler that your generic type is a DateTime.

About

Demonstrate Generic Component with Type Constraint


Languages

Language:HTML 55.7%Language:CSS 33.8%Language:C# 10.5%