public string Library()

in BenchPress/Generators/LanguageProviders/PowershellLanguageProvider.cs [47:51]


    public string Library(ResourceType resourceType)
    {
        const string prefix = "$PSScriptRoot/BenchPress/Helpers/Azure/";
        return prefix + resourceType.FunctionPrefix + ".psm1";
    }