Attributes
typeArgumentListSource Codeshared formal ClosedType<Anything>[] typeArgumentList

The list of type arguments for this generic model.

Since 1.2.0
typeArgumentWithVarianceListSource Codeshared formal TypeArgument[] typeArgumentWithVarianceList

The list of type arguments for this generic model.

Since 1.2.0
typeArgumentWithVariancesSource Codeshared formal Map<TypeParameter,TypeArgument> typeArgumentWithVariances

The map of type parameter declaration to type arguments and use-site variance for this generic model.

Since 1.2.0
typeArgumentsSource Codeshared formal Map<TypeParameter,ClosedType<Anything>> typeArguments

The map of type parameter declaration to type arguments for this generic model.

Inherited Attributes
Attributes inherited from: Object
Inherited Methods
Methods inherited from: Object