Пример #1
0
 /// <summary>
 /// Default ctor
 /// </summary>
 public DexCompiler(RL.MethodBody rlBody, MethodBody dexBody, InvocationFrame frame)
 {
     this.rlBody  = rlBody;
     this.dexBody = dexBody;
     this.frame   = frame;
 }
Пример #2
0
 /// <summary>
 /// Default ctor
 /// </summary>
 public DexCompiler(RL.MethodBody rlBody, MethodBody dexBody, InvocationFrame frame)
 {
     this.rlBody = rlBody;
     this.dexBody = dexBody;
     this.frame = frame;
 }