document.body.ondragstart = "return false";document.body.onselectstart = "return false"; microsoft dynamics ax interview questions: what is difference between Array Collection class and x++ array class?

Sunday, December 5, 2010

what is difference between Array Collection class and x++ array class?


An Array Collection class can hold the objects. But where as x++ array class holds primitive data types such as str,int

No comments:

Post a Comment