System.Xml.Serialization.Configuration.ConfigurationStrings.GetSectionPath C# (CSharp) Méthode

GetSectionPath() static private méthode

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