C# 클래스 Recurity.Swf.AVM1.ActionEnumerate

Blitzableiter ActionEnumerate represents the Adobe AVM1 ActionEnumerate
상속: AbstractAction
파일 보기 프로젝트 열기: rtezli/Blitzableiter

공개 메소드들

메소드 설명
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

메소드 상세

ActionEnumerate() 공개 메소드

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
리턴 System