I want to pass several objects into a thread at start and I am not sure how to go about it. I have seen examples of passing objects using "ParameterizedThreadStart" which are very simple to impliment, but only allow for one object. How would I go about passing severl objects and/or variables into a new thread?
Thanks in advance for any and all help!