How to create Static jagged array in c#?
I have a list of names which is static. I want to save it in a an static jaggedArray (to avoid multiple copies of same data).
I have a list of names which is static. I want to save it in a an static jaggedArray (to avoid multiple copies of same data).