System.Configuration.RuntimeConfigurationRecord.UseParentResult C# (CSharp) Méthode

UseParentResult() protected méthode

protected UseParentResult ( string configKey, object parentResult, SectionRecord sectionRecord ) : object
configKey string
parentResult object
sectionRecord SectionRecord
Résultat object
        override protected object UseParentResult(string configKey, object parentResult, SectionRecord sectionRecord) {
            return parentResult;
        }