CastTo<List<T>>

I have a custom parameter type that contains a list of numbers. When I try to connect it to a Construct Point component, the CastTo<Q>(ref Q target) is called, with the target equal to one GH_Number. I would, however, like to return a list of numbers.
Can this be done?

thx.

No. Casting between types is strictly a 1:1 process.

Thanks for you quick response.