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

UseParentResult() protected abstract method

protected abstract UseParentResult ( string configKey, object parentResult, SectionRecord sectionRecord ) : object
configKey string
parentResult object
sectionRecord SectionRecord
return object
        protected abstract object UseParentResult(string configKey, object parentResult, SectionRecord sectionRecord);
BaseConfigurationRecord