Orc.NuGetExplorer.NuGetSettings.GetSubsectionValueKey C# (CSharp) Method

GetSubsectionValueKey() private method

private GetSubsectionValueKey ( string section, string subsection, string key ) : string
section string
subsection string
key string
return string
        private string GetSubsectionValueKey(string section, string subsection, string key)
        {
            return string.Format("NuGet_{0}_{1}_value_{2}", section, subsection, key);
        }