C#C
C#4y ago
daveeska

How do I check the length of an array when that array is null?

How do I check the length of an array when that array is null?
I've tried make it nullable by putting ? after int[] but it still doesn't work
unknown.png
Was this page helpful?