Hi,
Is there a method to access this reference of the container class
from an inner class. i.e.
class A {
class B {
methodM() {
callAnotherM(A::this or A.this);
}
}
}Thanks Mandeep
Hi,
Is there a method to access this reference of the container class
from an inner class. i.e.
class A {
class B {
methodM() {
callAnotherM(A::this or A.this);
}
}
}Thanks Mandeep