FyreVM.Opcode.Opcode C# (CSharp) Method

Opcode() public method

public Opcode ( OpcodeAttribute attr, OpcodeHandler handler ) : System
attr OpcodeAttribute
handler OpcodeHandler
return System
        public Opcode(OpcodeAttribute attr, OpcodeHandler handler)
        {
            this.attr = attr;
            this.handler = handler;
        }