Hi, I have an array of type Type[] foo; how can i get the number of emelemts and size of this array if im passing it into an function ? I tried foo.Count but that doesnt seem to be valid. Any ideas ?
Hi, I have an array of type Type[] foo; how can i get the number of emelemts and size of this array if im passing it into an function ? I tried foo.Count but that doesnt seem to be valid. Any ideas ?