System.Xml.Serialization.Configuration.ConfigurationStrings.GetSectionPath C# (CSharp) 메소드

GetSectionPath() 정적인 개인적인 메소드

static private GetSectionPath ( string sectionName ) : string
sectionName string
리턴 string
        static string GetSectionPath(string sectionName)
        {
            return string.Format(CultureInfo.InvariantCulture, @"{0}/{1}", ConfigurationStrings.SectionGroupName, sectionName);
        }
ConfigurationStrings