Array.CreateInstance and Array.CreateInstanceFromArrayType have different behavior #120662
-
As far as I have understood Originally I was using Since I only have the element type, I assume I have to call Are there any suggestion to get around this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It only improves when you already have the array type. If you only have element type, then the API can't help you. |
Beta Was this translation helpful? Give feedback.
It only improves when you already have the array type. If you only have element type, then the API can't help you.