예제 #1
0
 public void AddFieldWithInitializer(Operand op1, Operand op2)
 {
     typeGen.AddFieldWithInitializer(op1.ToString(), op2);
 }