C# Class Recurity.Swf.AVM1.ActionEnumerate

Blitzableiter ActionEnumerate represents the Adobe AVM1 ActionEnumerate
Inheritance: AbstractAction
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method Description
ActionEnumerate ( ) : System

ActionEnumerate obtains the names of all “slots” in use in an ActionScript object—that is, for an object obj, all names X that could be retrieved with the syntax obj.X. ActionEnumerate is used to implement the for..in statement in ActionScript

Method Details

ActionEnumerate() public method

ActionEnumerate obtains the names of all “slots” in use in an ActionScript object—that is, for an object obj, all names X that could be retrieved with the syntax obj.X. ActionEnumerate is used to implement the for..in statement in ActionScript
public ActionEnumerate ( ) : System
return System