Пример #1
0
        internal Opcode(OpcodeID id)
        {
            this.opcodeID = id;
            this.flags    = OpcodeFlags.Single;
#if DEBUG
            this.uniqueID = Opcode.NextUniqueId();
#endif
        }