Generic type variables
Last updated
Was this helpful?
Last updated
Was this helpful?
<
Name
, ...>
A generic type variable constrained by the , by default of the value captured from the provided name
indicates the opening type of a new instance.
Attribute<...,
Value
>
A generic type variable constrained by the , by default of the value captured from the provided value
indicates the value type of a new instance.