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

            return("GeneratedNamespace");
        }