Type.ListItem
Restituisce un tipo di elemento da un tipo elenco.
Syntax
Type.ListItem(
type as type
) as type
Remarks
Restituisce un tipo di elemento da un type
elenco.
Examples
Example #1
Trovare il tipo di elemento dall'elenco <code>{number}</code>.
Type.ListItem(type {number})
Result:
type number
Category
Type