System.Configuration.DefaultSection.SerializeSection C# (CSharp) 메소드

SerializeSection() 보호된 메소드

protected SerializeSection ( ConfigurationElement parentSection, string name, ConfigurationSaveMode saveMode ) : string
parentSection ConfigurationElement
name string
saveMode ConfigurationSaveMode
리턴 string
        protected internal override string SerializeSection(ConfigurationElement parentSection, string name, ConfigurationSaveMode saveMode) {
            return _rawXml;
        }
    }