Passing in a list of points to C# script?

I have a list of generated points as the input to a C# script. However instead of passing in a list of points, it passes each point individually and runs the script for each point separately. How do I pass in a list of points?

Right click the input and set the access to “List access”

Well that was easy. Thank you @Michael_Pryor!