Ejemplo n.º 1
0
        public static Func2 CreateFunction2(MethodInfo method)
        {
            if (method == null)
            {
                throw new ArgumentNullException(nameof(method));
            }

            return(m_Cache3b.GetOrAdd(method, x => InternalAccelerator.CreateFunction2(method)));
        }