Avatar of Susurrus
Susurrus

asked on 

passing objects to a thread

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!
C#

Avatar of undefined
Last Comment
Susurrus

8/22/2022 - Mon