All it is in the question, I have Type.GetType("System.String[*]")
in some code, i don't know what this type is and can't really find anything about this star inside an array.
What key word will be relevant for this ?
All it is in the question, I have Type.GetType("System.String[*]")
in some code, i don't know what this type is and can't really find anything about this star inside an array.
What key word will be relevant for this ?
From MSDN
Type.GetType("MyArray[*]") gets a single-dimension array with unknown lower bound