SwfDotNet.IO.ByteCode.Actions.BaseAction.BaseAction C# (CSharp) Method

BaseAction() public method

public constructor
public BaseAction ( ActionCode c ) : System
c ActionCode action code as occuring in swf. Codes are listed in this enumeration
return System
        public BaseAction(ActionCode c)
        {
            Code = (int) c;
            //ByteSize = 1;
        }