I am working on implementing threading to my C# program. Each thread requires access to the same array, but does not need to write to it, only read data. Should this array b