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

UseParentResult() protected abstract méthode

protected abstract UseParentResult ( string configKey, object parentResult, SectionRecord sectionRecord ) : object
configKey string
parentResult object
sectionRecord SectionRecord
Résultat object
        protected abstract object UseParentResult(string configKey, object parentResult, SectionRecord sectionRecord);
BaseConfigurationRecord