I'm quite new to C#, evidently, and I'm trying to initialise a list (or an array) in a class that shall be defined when an instance of this class is made. Something like:
this code is ofcourse wrong, but I believe it should kinda explain what im trying to do.