Expand description
Logic for dealing with used and unused generic type parameters.
Structsยง
- Type
Parameters - Represents the set of generic type parameters for generating a type definition e.g. the
T
inFoo<T>
.
Logic for dealing with used and unused generic type parameters.
T
in
Foo<T>
.