A generic model which has closed type arguments.
no type hierarchy
no supertypes hierarchy
| Attributes | |
typeArgumentList | Source Codeshared formal ClosedType<Anything>[] typeArgumentListThe list of type arguments for this generic model. |
typeArgumentWithVarianceList | Source Codeshared formal TypeArgument[] typeArgumentWithVarianceListThe list of type arguments for this generic model. |
typeArgumentWithVariances | Source Codeshared formal Map<TypeParameter,TypeArgument> typeArgumentWithVariancesThe map of type parameter declaration to type arguments and use-site variance for this generic model. |
typeArguments | Source Codeshared formal Map<TypeParameter,ClosedType<Anything>> typeArgumentsThe map of type parameter declaration to type arguments for this generic model. |
| Inherited Attributes |
Attributes inherited from: Object |