Пример #1
0
 public Operand(AddressingMethod addressingMethod, OperandType type)
 {
     this.AddressingMethod = addressingMethod;
     this.Type             = type;
 }
Пример #2
0
 public Operand(AddressingMethod addressingMethod, OperandType type)
 {
     this.AddressingMethod = addressingMethod;
     this.Type = type;
 }