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!
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!