Android Question array as CustomClass length property

nicolas irigoyen

Member
Licensed User
I created a class let's say CustomClass. This class has a function that returns an array of the type of this class
but when i call this function the length property of this array is not shown by the ide (returnArrayCustomClassFunction.length), instead what is showing is the properties and methods of the class (of a normal instance of the class, not of the array!). Anyway i can use this property and it works well..
do anyone have an idea why this could be happening?.. may be a bug?
thanks!
 

DonManfred

Expert
Licensed User
Longtime User
Without seeing your code and waht you have done and how we just can guess.
 
Last edited:
Upvote 0
Top