I have an array like images[,]. I created it like [a,b]. But I want to check the dimensions of it later. How can I check it? When I write images.Length, it gives something weird. Is there a way to get both a and b?
I have an array like images[,] . I created it like [a,b] . But
Share
use this
See
Array.GetLengthon MSDN