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

UseParentResult() защищенный абстрактный Метод

protected abstract UseParentResult ( string configKey, object parentResult, SectionRecord sectionRecord ) : object
configKey string
parentResult object
sectionRecord SectionRecord
Результат object
        protected abstract object UseParentResult(string configKey, object parentResult, SectionRecord sectionRecord);
BaseConfigurationRecord