Recurity.Swf.AVM1.ActionEnumerate.ActionEnumerate C# (CSharp) Method

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
        public ActionEnumerate()
        {
            _StackOps = null;
        }
ActionEnumerate