How to output a list from a class method 🙂

I am doing something wrong :frowning:
How to output a list from a class method :slight_smile:

Line 92
Line 60
Line 64

question11.gh (9.5 KB)

In C#, methods are called with () at the end of the method name, meaning that it is a method without arguments. MassAddition() <–

1 Like