Exemple #1
0
        private static string GetMethodName(DelegateToTypeWrapperOptions options)
        {
            if (options?.MethodNameGenerator != null)
            {
                return(options.MethodNameGenerator(options));
            }

            return("Run");
        }