nMars - Corewars MARS for .NET
Instruction Constructor (operation, modifier, modeA, valueA, modeB, valueB)
Namespaces > nMars.RedCode > Instruction > InstructionNew(Operation, Modifier, Mode, Int32, Mode, Int32)
Initializes a new instance of the Instruction class.
Syntax
C#
public Instruction (
	Operation operation,
	Modifier modifier,
	Mode modeA,
	int valueA,
	Mode modeB,
	int valueB
)
Parameters
operation (Operation)
modifier (Modifier)
modeA (Mode)
valueA (Int32)
modeB (Mode)
valueB (Int32)

Assembly: nMars.RedCode Version: 0.8.3.0 (Module: nMars.RedCode)