How to get the capacity of an array in C#

A) Count Property
B) Length Property
C) Ubound method

Showing Answers 1 - 4 of 4 Answers

abhi.uno

  • Mar 17th, 2010
 

".Length" for total no elements in all dimensions.
".getlength(int x)" gets total elements in dimension x(int)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions