コード例 #1
0
 public MicroInstruction(MicroInstructionType type, object parameter1, object parameter2, object parameter3)
 {
     Type       = type;
     Parameter1 = parameter1;
     Parameter2 = parameter2;
     Parameter3 = parameter3;
 }
コード例 #2
0
 public MicroInstruction(MicroInstructionType type, object parameter1, object parameter2, object parameter3)
 {
     Type = type;
     Parameter1 = parameter1;
     Parameter2 = parameter2;
     Parameter3 = parameter3;
 }
コード例 #3
0
 public MicroInstruction(MicroInstructionType type, object parameter1)
 {
     Type       = type;
     Parameter1 = parameter1;
 }
コード例 #4
0
 public MicroInstruction(MicroInstructionType type)
 {
     Type = type;
 }
コード例 #5
0
 public MicroInstruction(MicroInstructionType type, object parameter1)
 {
     Type = type;
     Parameter1 = parameter1;
 }
コード例 #6
0
 public MicroInstruction(MicroInstructionType type)
 {
     Type = type;
 }