System.Configuration.RuntimeConfigurationRecord.UseParentResult C# (CSharp) Метод

UseParentResult() защищенный Метод

protected UseParentResult ( string configKey, object parentResult, SectionRecord sectionRecord ) : object
configKey string
parentResult object
sectionRecord SectionRecord
Результат object
        override protected object UseParentResult(string configKey, object parentResult, SectionRecord sectionRecord) {
            return parentResult;
        }