[I] TypeInstantiationMap
Maps type arguments to instantiated type.
Methods
Section titled “Methods”get(args): undefined | Type;Parameters
Section titled “Parameters”| Parameter | Type | 
|---|---|
| args | readonly ( | Type|Value|IndeterminateEntity)[] | 
Returns
Section titled “Returns”undefined | Type
set(args, type): void;Parameters
Section titled “Parameters”| Parameter | Type | 
|---|---|
| args | readonly ( | Type|Value|IndeterminateEntity)[] | 
| type | Type | 
Returns
Section titled “Returns”void