예제 #1
0
 private int AddGlobal(object value, Type type)
 {
     return(this.context.AddGlobal(EmitContext.CreateStrongBox(value, type)));
 }