Instance Method Scope : Variable scope : Data Type Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » Data Type » Variable scope »

 

Instance Method Scope


 

package {
  public class SomeClass {
    public function instanceMeth (  ) {
      // Code here is in the instanceMeth scope
    }
  }
}

        



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


Flash / Flex / ActionScript examples

 Navioo Data Type
» Variable scope