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

            return(m_Cache2a.GetOrAdd(method, x => InternalAccelerator.CreateAction1(method)));
        }