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