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

EnsureSectionRecord() protected méthode

protected EnsureSectionRecord ( string configKey, bool permitErrors ) : SectionRecord
configKey string
permitErrors bool
Résultat SectionRecord
        protected SectionRecord EnsureSectionRecord(string configKey, bool permitErrors) {
            return EnsureSectionRecordImpl(configKey, permitErrors, true);
        }
BaseConfigurationRecord