For example, consider the following:

class Foo {
 
  private var bar:Function = function():void {
        // Is there a way to refer to the instance of Foo
        // here?
  };
...



Reply via email to