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