System.Configuration.RuntimeConfigurationRecord.UseParentResult C# (CSharp) Method

UseParentResult() protected method

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