Expressive.Elements.InstructionElement.InstructionElement C# (CSharp) Method

InstructionElement() public method

public InstructionElement ( Instruction instruction ) : System
instruction Expressive.Disassembly.Instructions.Instruction
return System
        public InstructionElement(Instruction instruction)
        {
            this.Instruction = instruction;
        }