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

EnsureSectionRecord() защищенный Метод

protected EnsureSectionRecord ( string configKey, bool permitErrors ) : SectionRecord
configKey string
permitErrors bool
Результат SectionRecord
        protected SectionRecord EnsureSectionRecord(string configKey, bool permitErrors) {
            return EnsureSectionRecordImpl(configKey, permitErrors, true);
        }
BaseConfigurationRecord