C# 클래스 SwfDotNet.IO.ByteCode.Actions.ActionContainer

pseudo/helper action for aggregating a whole list of actions into one action.
상속: BaseAction
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

공개 메소드들

메소드 설명
ActionContainer ( BaseAction aList ) : System

constructor

Compile ( BinaryWriter w ) : void

메소드 상세

ActionContainer() 공개 메소드

constructor
public ActionContainer ( BaseAction aList ) : System
aList BaseAction
리턴 System

Compile() 공개 메소드

public Compile ( BinaryWriter w ) : void
w System.IO.BinaryWriter
리턴 void