Can you somehow cascade the @typeparam ?
For instance in this scenario, pass the TItem to the Child without specifying it
Expected behavior:
<Parent TItem="User"><Child></Parent>Current:
<Parent TItem="User"><Child TItem="User"></Parent>
Can you somehow cascade the @typeparam ?
For instance in this scenario, pass the TItem to the Child without specifying it
Expected behavior:
<Parent TItem="User"><Child></Parent>Current:
<Parent TItem="User"><Child TItem="User"></Parent>