✅ string.Join returns System.Int32[]
In my constructor I am getting
In this case
When debugging the below code:
I end up getting
T desiredValue.In this case
T is int[].When debugging the below code:
I end up getting
System.Int32[] any idea why?
