I would like to have 2 dimensional array of strings that would be a class property, the size (number of rows) needs to be done dynamically in the code. I have tried to do it but I am having problem with the declaration part of class property of 2D array since the Type in IDE does not allow to enter (, ).
Is it even possible to have class property declared like that?