Ejemplo n.º 1
0
 /// <since> 1.6
 /// </since>
 public VelMethodImpl(MethodEntry method, bool wrapArray)
 {
     this.method        = method.Method;
     this.wrapArray     = wrapArray;
     this.methodInvoker = method.Invoker;
 }
Ejemplo n.º 2
0
 /// <param name="m">
 /// </param>
 public VelMethodImpl(MethodEntry m)
     : this(m, false)
 {
 }