The case of disappearing this pointer
I have a class with a member function and a member variable. In the member function, I display the this pointer and it is valid. In the same routine, inside a foreach loop, the this pointer becomes undefined The code is public getTypes(vitalsModel) ...