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